org.kuali.kfs.gl.businessobject
Class PendingEntrySummary

java.lang.Object
  extended by org.kuali.rice.kns.bo.BusinessObjectBase
      extended by org.kuali.rice.kns.bo.TransientBusinessObjectBase
          extended by org.kuali.kfs.gl.businessobject.PendingEntrySummary
All Implemented Interfaces:
Serializable, org.kuali.rice.kns.bo.BusinessObject

public class PendingEntrySummary
extends org.kuali.rice.kns.bo.TransientBusinessObjectBase

An OriginEntryInformation wrapper which helpfully summarizes data for the pending entry report

See Also:
Serialized Form

Constructor Summary
PendingEntrySummary()
           
 
Method Summary
 String getAccountNumber()
           
 String getBalanceTypeCode()
           
 org.kuali.rice.kns.util.KualiDecimal getBudgetAmount()
           
 String getChartOfAccountsCode()
           
 String getConstantBalanceTypeCode()
           
 String getConstantDocumentNumber()
           
 String getConstantDocumentTypeCode()
           
 org.kuali.rice.kns.util.KualiDecimal getCreditAmount()
           
 org.kuali.rice.kns.util.KualiDecimal getDebitAmount()
           
 String getDocumentNumber()
           
 String getDocumentTypeCode()
           
 String getFinancialObjectCode()
           
 String getSuppressableFieldsAsKey()
           
 void setOriginEntry(OriginEntryInformation originEntry)
           
 void suppressCommonFields(boolean suppress)
          Sets the suppress attribute value.
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

PendingEntrySummary

public PendingEntrySummary()
Method Detail

getDocumentNumber

public String getDocumentNumber()
Returns:
the document number of the wrapped entry

getConstantDocumentNumber

public String getConstantDocumentNumber()
Returns:
the document number of the wrapped entry - even if suppressed

getDocumentTypeCode

public String getDocumentTypeCode()
Returns:
the document type code of the wrapped entry

getConstantDocumentTypeCode

public String getConstantDocumentTypeCode()
Returns:
the document type code, even if suppressed

getBalanceTypeCode

public String getBalanceTypeCode()
Returns:
the balance type code of the wrapped entry

getConstantBalanceTypeCode

public String getConstantBalanceTypeCode()
Returns:
the balance type code, even if suppressed

getChartOfAccountsCode

public String getChartOfAccountsCode()
Returns:
the chart of accounts code of the wrapped entry

getAccountNumber

public String getAccountNumber()
Returns:
the account number of the wrapped entry

getFinancialObjectCode

public String getFinancialObjectCode()
Returns:
the financial object code of the wrapped entry

getCreditAmount

public org.kuali.rice.kns.util.KualiDecimal getCreditAmount()
Returns:
the amount of the wrapped entry, or null if the entry does not represent a credit

getDebitAmount

public org.kuali.rice.kns.util.KualiDecimal getDebitAmount()
Returns:
the amount of the wrapped entry, or null if the entry does not represent a debit

getBudgetAmount

public org.kuali.rice.kns.util.KualiDecimal getBudgetAmount()
Returns:
the amount for the wrapped entry, or null if the entry represents either a debit or a credt

toStringMapper

protected LinkedHashMap toStringMapper()
Specified by:
toStringMapper in class org.kuali.rice.kns.bo.BusinessObjectBase
See Also:
BusinessObjectBase.toStringMapper()

setOriginEntry

public void setOriginEntry(OriginEntryInformation originEntry)
Parameters:
originEntry - sets the origin entry

suppressCommonFields

public void suppressCommonFields(boolean suppress)
Sets the suppress attribute value.

Parameters:
suppress - The suppress to set.

getSuppressableFieldsAsKey

public String getSuppressableFieldsAsKey()
Returns:
a String representation of suppressable fields


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.