Class semper.payment.AccountBasedServiceType
All Packages Class Hierarchy This Package Previous Next Index
Class semper.payment.AccountBasedServiceType
java.lang.Object
|
+----semper.payment.ServiceType
|
+----semper.payment.AccountBasedServiceType
- public class AccountBasedServiceType
- extends ServiceType
Description of service types in the AccountBased model. Objects of this
class are used to identify a specific service defined in the
AccountBasedPurseServices interface.
- Version:
- $Revision: 1.2 $ $Date: 1997/01/27 10:56:16 $
- Author:
- N. Asokan ([email protected])
- See Also:
- PurseServices, ServiceType, AccountBasedServices
-
AccountBasedServiceType()
- 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
AccountBasedServiceType
public AccountBasedServiceType()
- 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