public class PosterOutputSummaryTotal extends org.kuali.rice.krad.bo.TransientBusinessObjectBase implements PosterOutputSummaryAmountHolder
Constructor and Description |
---|
PosterOutputSummaryTotal() |
Modifier and Type | Method and Description |
---|---|
void |
addAmount(PosterOutputSummaryEntry entry)
Adds the totals from the entry to the totals this total line carries
|
void |
addAmount(String debitCreditCode,
String objectTypeCode,
org.kuali.rice.core.api.util.type.KualiDecimal amount)
This method sets the amounts for this poster output summary entry.
|
org.kuali.rice.core.api.util.type.KualiDecimal |
getBudgetAmount() |
org.kuali.rice.core.api.util.type.KualiDecimal |
getCreditAmount() |
org.kuali.rice.core.api.util.type.KualiDecimal |
getDebitAmount() |
org.kuali.rice.core.api.util.type.KualiDecimal |
getNetAmount() |
String |
getObjectTypeCode() |
String |
getSummary() |
void |
setObjectTypeCode(String objectTypeCode) |
protected LinkedHashMap |
toStringMapper_RICE20_REFACTORME()
A map of the "keys" of this transient business object
|
public PosterOutputSummaryTotal()
public void addAmount(String debitCreditCode, String objectTypeCode, org.kuali.rice.core.api.util.type.KualiDecimal amount)
addAmount
in interface PosterOutputSummaryAmountHolder
debitCreditCode
- credit code used to determine whether amounts is debit or creditobjectTypeCode
- object type code associated with amountamount
- amount to addpublic void addAmount(PosterOutputSummaryEntry entry)
entry
- the entry to add totals frompublic org.kuali.rice.core.api.util.type.KualiDecimal getBudgetAmount()
public org.kuali.rice.core.api.util.type.KualiDecimal getCreditAmount()
public org.kuali.rice.core.api.util.type.KualiDecimal getDebitAmount()
public org.kuali.rice.core.api.util.type.KualiDecimal getNetAmount()
public String getObjectTypeCode()
public void setObjectTypeCode(String objectTypeCode)
public String getSummary()
protected LinkedHashMap toStringMapper_RICE20_REFACTORME()
org.kuali.rice.krad.bo.BusinessObjectBase#toStringMapper()
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.