org.hops.ext
Class loc_db.Transaction

java.lang.Object
  extended by org.hops.ext.loc_db.Transaction
Enclosing class:
loc_db

public class loc_db.Transaction
extends java.lang.Object


Field Summary
 java.lang.String address
           
 java.lang.String date
           
 int num
           
 java.lang.String transactionid
           
 
Constructor Summary
loc_db.Transaction()
           
 
Method Summary
 void register(java.lang.String transactions_file, java.lang.Object logger)
          writes the file adding the transaction
 void remove(java.lang.String transactions_file, java.lang.Object logger)
          remove from the file
 stackp returnValues()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

transactionid

public java.lang.String transactionid

date

public java.lang.String date

address

public java.lang.String address

num

public int num
Constructor Detail

loc_db.Transaction

public loc_db.Transaction()
Method Detail

returnValues

public stackp returnValues()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

register

public void register(java.lang.String transactions_file,
                     java.lang.Object logger)
writes the file adding the transaction


remove

public void remove(java.lang.String transactions_file,
                   java.lang.Object logger)
remove from the file