|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.neuclear.ledger.Transaction
org.neuclear.ledger.UnPostedTransaction
org.neuclear.ledger.UnPostedHeldTransaction
Class for building Transactions
| Field Summary |
| Fields inherited from class org.neuclear.ledger.Transaction |
items, ledger |
| Constructor Summary | |
UnPostedHeldTransaction(java.lang.String ledger,
java.lang.String req,
java.lang.String comment,
java.util.Date expiryTime)
Basic rules for creating Transactions: Ledger must not be null transactionTime must not be null if there is an expiryTime it must not be before the transactionTime |
|
| Method Summary | |
java.util.Date |
getExpiryTime()
|
| Methods inherited from class org.neuclear.ledger.UnPostedTransaction |
addItem, getBalance, isBalanced |
| Methods inherited from class org.neuclear.ledger.Transaction |
getAmount, getComment, getItemList, getItems, getLedger, getRequestId |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public UnPostedHeldTransaction(java.lang.String ledger,
java.lang.String req,
java.lang.String comment,
java.util.Date expiryTime)
throws InvalidTransactionException
ledger - comment - expiryTime - | Method Detail |
public final java.util.Date getExpiryTime()
getExpiryTime in interface HeldTransaction
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||