|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.kfs.gl.businessobject.LedgerEntryHolder
public class LedgerEntryHolder
A collection of many LedgerEntry records, which appropriately groups the records
Constructor Summary | |
---|---|
LedgerEntryHolder()
Constructs a LedgerEntryHolder.java. |
Method Summary | |
---|---|
LedgerEntryForReporting |
getGrandTotal()
Gets the grandTotal attribute. |
Map |
getLedgerEntries()
Gets the ledgerEntries attribute. |
Map |
getSubtotals()
Gets the subtotals attribute. |
void |
insertLedgerEntry(LedgerEntryForReporting newLedgerEntry,
boolean calculateTotal)
add a given ledger entry into the holder. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LedgerEntryHolder()
Method Detail |
---|
public void insertLedgerEntry(LedgerEntryForReporting newLedgerEntry, boolean calculateTotal)
newLedgerEntry
- the given ledger entrycalculateTotals
- indicate if the subtotals and grand total need to be calculatedpublic LedgerEntryForReporting getGrandTotal()
public Map getLedgerEntries()
public Map getSubtotals()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |