videoautomat
Class SaleProcessHandBack
java.lang.Object
SaleProcess
videoautomat.SaleProcessHandBack
public class SaleProcessHandBack
- extends SaleProcess
This class implements a SaleProcess
to hand back the videos.
- Author:
- Alexander Herrmann
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SS_TEMP_KEY
public static final String SS_TEMP_KEY
- See Also:
- Constant Field Values
MB_TEMP_KEY
public static final String MB_TEMP_KEY
- See Also:
- Constant Field Values
CHG_MONEY_KEY
public static final String CHG_MONEY_KEY
- See Also:
- Constant Field Values
SaleProcessHandBack
public SaleProcessHandBack()
- Constructs a new
SaleProcessHandBack
getInitialGate
protected Gate getInitialGate()
- Implementation of the inherited abstract method.
- Returns:
- the
Gate
where the user will see his/her current rented videos. - See Also:
sale.SaleProcess#getInitialGate()
restart
public Gate restart()
getChangeGate
public Gate getChangeGate()
- Returns:
- the
Gate
where the user will see his/her change money.