Modifier and Type | Method and Description |
---|---|
java.util.Vector<TransactionLineItem> |
TransactionEvent.getFromLineItems() |
java.util.Vector<TransactionLineItem> |
TransactionEvent.getToLineItems() |
Modifier and Type | Method and Description |
---|---|
void |
TransactionEvent.addFromLineItem(TransactionLineItem line)
This method adds something to the line item list of the account being charged (the "from account").
|
void |
TransactionEvent.addLineItem(TransactionLineItem line)
Adds a line item to the transaction in BOTH the to and from line item lists.
|
void |
TransactionEvent.addToLineItem(TransactionLineItem line)
This method adds something to the line item list of the account being credited (the "to account").
|
void |
TransactionEvent.removeFromLineItem(TransactionLineItem line) |
void |
TransactionEvent.removeLineItem(TransactionLineItem line) |
void |
TransactionEvent.removeToLineItem(TransactionLineItem line) |
Modifier and Type | Method and Description |
---|---|
void |
TransactionEvent.setFromLineItems(java.util.Vector<TransactionLineItem> fromLineItems) |
void |
TransactionEvent.setToLineItems(java.util.Vector<TransactionLineItem> toLineItems) |