public class LedgerEntryHolder extends Object
| Constructor and Description | 
|---|
| LedgerEntryHolder()Constructs a LedgerEntryHolder.java. | 
| Modifier and Type | Method and Description | 
|---|---|
| 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. | 
public LedgerEntryHolder()
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()
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.