All Packages Class Hierarchy This Package Previous Next Index
Class semper.payment.generic.genericTransactionRecord
java.lang.Object
|
+----semper.payment.PaymentTransactionRecord
|
+----semper.payment.generic.genericTransactionRecord
- public class genericTransactionRecord
- extends PaymentTransactionRecord
- implements Serializable
Repository of information related to a genericTransaction
A genericTransactionRecord is the record of purse transactions
in the geneirc payment system.
- Version:
- $Revision: 1.4 $ $Date: 1997/06/16 12:56:32 $
- Author:
- N. Asokan ([email protected])
- See Also:
- PaymentTransaction, PaymentTransactionRecord
-
genericTransactionRecord()
-
-
genericTransactionRecord(AccessName)
-
-
getEvidence()
- Get the evidence object
-
setAmount(Amount)
- set the amount
-
setPeer(PaymentEntity)
- set the peer
-
setState(PaymentTransactionState)
- set the state of the transaction
-
setType(ServiceType)
- Set the service type
-
toString()
- Re-write the toString() method for pretty printing
genericTransactionRecord
public genericTransactionRecord()
genericTransactionRecord
public genericTransactionRecord(AccessName handle)
setType
protected synchronized void setType(ServiceType type)
- Set the service type
- Overrides:
- setType in class PaymentTransactionRecord
- See Also:
- setType
setPeer
protected synchronized void setPeer(PaymentEntity peer)
- set the peer
- Overrides:
- setPeer in class PaymentTransactionRecord
- See Also:
- setPeer
setAmount
protected synchronized void setAmount(Amount amount)
- set the amount
- Overrides:
- setAmount in class PaymentTransactionRecord
- See Also:
- setAmount
setState
protected synchronized void setState(PaymentTransactionState state)
- set the state of the transaction
- Overrides:
- setState in class PaymentTransactionRecord
- See Also:
- setState
getEvidence
public genericEvidence getEvidence()
- Get the evidence object
- Returns:
- evidence object
toString
public String toString()
- Re-write the toString() method for pretty printing
- Overrides:
- toString in class PaymentTransactionRecord
All Packages Class Hierarchy This Package Previous Next Index