All Packages Class Hierarchy This Package Previous Next Index
Class semper.payment.CashLikeServiceType
java.lang.Object
|
+----semper.payment.ServiceType
|
+----semper.payment.CashLikeServiceType
- public class CashLikeServiceType
- extends ServiceType
- implements Serializable
Description of service types in the CashLike model. Objects of this
class are used to identify a specific service defined in the
CashLikePurseServices interface.
- Version:
- $Revision: 1.5 $ $Date: 1997/06/16 12:55:55 $
- Author:
- N. Asokan ([email protected])
- See Also:
- PurseServices, ServiceType, CashLikeServices
-
ST_CL_DEPOSIT
- Service type in the cashlike model: "deposit" service
-
ST_CL_WITHDRAW
- Service type in the cashlike model: "withdrawal" service
-
CashLikeServiceType()
- Constructor without arguments for serializer
-
movesValueIn()
- Assert that this service move value into the purse.
-
movesValueOut()
- Assert that this service move value out of the purse.
-
toString()
- redefine toString
ST_CL_DEPOSIT
public static final CashLikeServiceType ST_CL_DEPOSIT
- Service type in the cashlike model: "deposit" service
ST_CL_WITHDRAW
public static final CashLikeServiceType ST_CL_WITHDRAW
- Service type in the cashlike model: "withdrawal" service
CashLikeServiceType
public CashLikeServiceType()
- Constructor without arguments for serializer
movesValueIn
protected void movesValueIn()
- Assert that this service move value into the purse. This method
is accessible to sub-classes of this class.
- Overrides:
- movesValueIn in class ServiceType
movesValueOut
protected void movesValueOut()
- Assert that this service move value out of the purse. This method
is accessible to sub-classes of this class.
- Overrides:
- movesValueOut in class ServiceType
toString
public String toString()
- redefine toString
- Returns:
- a string describing this service
- Overrides:
- toString in class ServiceType
All Packages Class Hierarchy This Package Previous Next Index