public class LedgerSummaryTotalLine extends org.kuali.rice.krad.bo.TransientBusinessObjectBase
Constructor and Description |
---|
LedgerSummaryTotalLine() |
Modifier and Type | Method and Description |
---|---|
void |
addBudgetAmount(org.kuali.rice.core.api.util.type.KualiDecimal budgetAmount)
Adds a budget amount to current budget total
|
void |
addCreditAmount(org.kuali.rice.core.api.util.type.KualiDecimal creditAmount)
Adds a credit amount to current credit total
|
void |
addDebitAmount(org.kuali.rice.core.api.util.type.KualiDecimal debitAmount)
Adds a debit amount to the current debit total
|
org.kuali.rice.core.api.util.type.KualiDecimal |
getBudgetAmount()
Gets the budgetAmount attribute.
|
int |
getBudgetCount()
Gets the budgetCount attribute.
|
org.kuali.rice.core.api.util.type.KualiDecimal |
getCreditAmount()
Gets the creditAmount attribute.
|
int |
getCreditCount()
Gets the creditCount attribute.
|
org.kuali.rice.core.api.util.type.KualiDecimal |
getDebitAmount()
Gets the debitAmount attribute.
|
int |
getDebitCount()
Gets the debitCount attribute.
|
int |
getRecordCount()
Gets the recordCount attribute.
|
String |
getSummary() |
protected LinkedHashMap |
toStringMapper_RICE20_REFACTORME() |
public LedgerSummaryTotalLine()
public int getRecordCount()
public org.kuali.rice.core.api.util.type.KualiDecimal getDebitAmount()
public int getDebitCount()
public org.kuali.rice.core.api.util.type.KualiDecimal getCreditAmount()
public int getCreditCount()
public org.kuali.rice.core.api.util.type.KualiDecimal getBudgetAmount()
public int getBudgetCount()
public void addDebitAmount(org.kuali.rice.core.api.util.type.KualiDecimal debitAmount)
debitAmount
- the debit amount to add to the debit totalpublic void addCreditAmount(org.kuali.rice.core.api.util.type.KualiDecimal creditAmount)
creditAmount
- the amount to add to the credit totalpublic void addBudgetAmount(org.kuali.rice.core.api.util.type.KualiDecimal budgetAmount)
budgetAmount
- the amount to add to the budget totalprotected LinkedHashMap toStringMapper_RICE20_REFACTORME()
org.kuali.rice.krad.bo.BusinessObjectBase#toStringMapper()
public String getSummary()
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.