|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.rice.kns.bo.BusinessObjectBase
org.kuali.rice.kns.bo.TransientBusinessObjectBase
org.kuali.kfs.gl.businessobject.LedgerSummaryTotalLine
public class LedgerSummaryTotalLine
Summarizes Pending Entry data for the GLPE pending entry report.
Constructor Summary | |
---|---|
LedgerSummaryTotalLine()
|
Method Summary | |
---|---|
void |
addBudgetAmount(org.kuali.rice.kns.util.KualiDecimal budgetAmount)
Adds a budget amount to current budget total |
void |
addCreditAmount(org.kuali.rice.kns.util.KualiDecimal creditAmount)
Adds a credit amount to current credit total |
void |
addDebitAmount(org.kuali.rice.kns.util.KualiDecimal debitAmount)
Adds a debit amount to the current debit total |
org.kuali.rice.kns.util.KualiDecimal |
getBudgetAmount()
Gets the budgetAmount attribute. |
int |
getBudgetCount()
Gets the budgetCount attribute. |
org.kuali.rice.kns.util.KualiDecimal |
getCreditAmount()
Gets the creditAmount attribute. |
int |
getCreditCount()
Gets the creditCount attribute. |
org.kuali.rice.kns.util.KualiDecimal |
getDebitAmount()
Gets the debitAmount attribute. |
int |
getDebitCount()
Gets the debitCount attribute. |
int |
getRecordCount()
Gets the recordCount attribute. |
String |
getSummary()
|
protected LinkedHashMap |
toStringMapper()
|
Methods inherited from class org.kuali.rice.kns.bo.TransientBusinessObjectBase |
---|
refresh |
Methods inherited from class org.kuali.rice.kns.bo.BusinessObjectBase |
---|
prepareForWorkflow, toString, toStringBuilder |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public LedgerSummaryTotalLine()
Method Detail |
---|
public int getRecordCount()
public org.kuali.rice.kns.util.KualiDecimal getDebitAmount()
public int getDebitCount()
public org.kuali.rice.kns.util.KualiDecimal getCreditAmount()
public int getCreditCount()
public org.kuali.rice.kns.util.KualiDecimal getBudgetAmount()
public int getBudgetCount()
public void addDebitAmount(org.kuali.rice.kns.util.KualiDecimal debitAmount)
debitAmount
- the debit amount to add to the debit totalpublic void addCreditAmount(org.kuali.rice.kns.util.KualiDecimal creditAmount)
creditAmount
- the amount to add to the credit totalpublic void addBudgetAmount(org.kuali.rice.kns.util.KualiDecimal budgetAmount)
budgetAmount
- the amount to add to the budget totalprotected LinkedHashMap toStringMapper()
toStringMapper
in class org.kuali.rice.kns.bo.BusinessObjectBase
BusinessObjectBase.toStringMapper()
public String getSummary()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |