org.kuali.kfs.gl.businessobject
Class PosterOutputSummaryTotal
java.lang.Object
org.kuali.rice.kns.bo.BusinessObjectBase
org.kuali.rice.kns.bo.TransientBusinessObjectBase
org.kuali.kfs.gl.businessobject.PosterOutputSummaryTotal
- All Implemented Interfaces:
- Serializable, PosterOutputSummaryAmountHolder, org.kuali.rice.kns.bo.BusinessObject
- Direct Known Subclasses:
- PosterOutputSummaryBalanceTypeTotal
public class PosterOutputSummaryTotal
- extends org.kuali.rice.kns.bo.TransientBusinessObjectBase
- implements PosterOutputSummaryAmountHolder
- See Also:
- Serialized Form
Methods inherited from class org.kuali.rice.kns.bo.TransientBusinessObjectBase |
refresh |
Methods inherited from class org.kuali.rice.kns.bo.BusinessObjectBase |
prepareForWorkflow, toString, toStringBuilder |
PosterOutputSummaryTotal
public PosterOutputSummaryTotal()
addAmount
public void addAmount(String debitCreditCode,
String objectTypeCode,
org.kuali.rice.kns.util.KualiDecimal amount)
- This method sets the amounts for this poster output summary entry.
- Specified by:
addAmount
in interface PosterOutputSummaryAmountHolder
- Parameters:
debitCreditCode
- credit code used to determine whether amounts is debit or creditobjectTypeCode
- object type code associated with amountamount
- amount to add
addAmount
public void addAmount(PosterOutputSummaryEntry entry)
- Adds the totals from the entry to the totals this total line carries
- Parameters:
entry
- the entry to add totals from
getBudgetAmount
public org.kuali.rice.kns.util.KualiDecimal getBudgetAmount()
getCreditAmount
public org.kuali.rice.kns.util.KualiDecimal getCreditAmount()
getDebitAmount
public org.kuali.rice.kns.util.KualiDecimal getDebitAmount()
getNetAmount
public org.kuali.rice.kns.util.KualiDecimal getNetAmount()
getObjectTypeCode
public String getObjectTypeCode()
setObjectTypeCode
public void setObjectTypeCode(String objectTypeCode)
getSummary
public String getSummary()
- Returns:
- a summary of this total line
toStringMapper
protected LinkedHashMap toStringMapper()
- A map of the "keys" of this transient business object
- Specified by:
toStringMapper
in class org.kuali.rice.kns.bo.BusinessObjectBase
- See Also:
BusinessObjectBase.toStringMapper()
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.