Class semper.payment.generic.genericTransactionRecord
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
Repository of information related to a genericTransaction A genericTransactionRecord is the record of purse transactions in the geneirc payment system.
Version:
$Revision: 1.1 $ $Date: 1996/08/06 06:39:18 $
Author:
N. Asokan ([email protected])
See Also:
PaymentTransaction, PaymentTransactionRecord

Constructor Index

 o genericTransactionRecord()
 o genericTransactionRecord(long, Vector)
Create an transaction record with a given transaction_id and list of purses.

Constructors

 o genericTransactionRecord
  public genericTransactionRecord()
 o genericTransactionRecord
  public genericTransactionRecord(long transaction_id,
                                  Vector list_of_purses)
Create an transaction record with a given transaction_id and list of purses.
Parameters:
transaction_id - unique transaction_id (generated by the purse)
list_of_purses - a vector of PurseReference Objects the list of purses involved (usually one).
See Also:
PurseReference

All Packages  Class Hierarchy  This Package  Previous  Next  Index