Class semper.payment.CashLikeServiceType
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
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.2 $ $Date: 1997/01/27 10:56:18 $
Author:
N. Asokan ([email protected])
See Also:
PurseServices, ServiceType, CashLikeServices

Variable Index

 o ST_CL_DEPOSIT
Service type in the cashlike model: "deposit" service
 o ST_CL_WITHDRAW
Service type in the cashlike model: "withdrawal" service

Constructor Index

 o CashLikeServiceType()
Constructor without arguments for serializer

Method Index

 o movesValueIn()
Assert that this service move value into the purse.
 o movesValueOut()
Assert that this service move value out of the purse.
 o toString()
redefine toString

Variables

 o ST_CL_DEPOSIT
  public final static CashLikeServiceType ST_CL_DEPOSIT
Service type in the cashlike model: "deposit" service
 o ST_CL_WITHDRAW
  public final static CashLikeServiceType ST_CL_WITHDRAW
Service type in the cashlike model: "withdrawal" service

Constructors

 o CashLikeServiceType
  public CashLikeServiceType()
Constructor without arguments for serializer

Methods

 o 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
 o 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
 o 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