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()
A map of the "keys" of this transient business object
|
_persistence_checkFetched, _persistence_checkFetchedForSet, _persistence_get, _persistence_getCacheKey, _persistence_getFetchGroup, _persistence_getHref, _persistence_getId, _persistence_getPropertyChangeListener, _persistence_getRelationships, _persistence_getSession, _persistence_isAttributeFetched, _persistence_new, _persistence_post_clone, _persistence_propertyChange, _persistence_resetFetchGroup, _persistence_set, _persistence_setCacheKey, _persistence_setFetchGroup, _persistence_setHref, _persistence_setId, _persistence_setPropertyChangeListener, _persistence_setRelationships, _persistence_setSession, _persistence_setShouldRefreshFetchGroup, _persistence_shallow_clone, _persistence_shouldRefreshFetchGroup, toString
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()
org.kuali.rice.krad.bo.BusinessObjectBase#toStringMapper()
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.