org.kuali.kfs.gl.businessobject
Class LedgerSummaryTotalLine

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.LedgerSummaryTotalLine
All Implemented Interfaces:
Serializable, org.kuali.rice.kns.bo.BusinessObject
Direct Known Subclasses:
LedgerBalanceTypeSummaryTotalLine

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

Summarizes Pending Entry data for the GLPE pending entry report.

See Also:
Serialized Form

Constructor Summary
LedgerSummaryTotalLine()
           
 
Method Summary
 void addBudgetAmount(org.kuali.rice.kns.util.KualiDecimal budgetAmount)
          Adds a budget amount to current budget total
 void addCreditAmount(org.kuali.rice.kns.util.KualiDecimal creditAmount)
          Adds a credit amount to current credit total
 void addDebitAmount(org.kuali.rice.kns.util.KualiDecimal debitAmount)
          Adds a debit amount to the current debit total
 org.kuali.rice.kns.util.KualiDecimal getBudgetAmount()
          Gets the budgetAmount attribute.
 int getBudgetCount()
          Gets the budgetCount attribute.
 org.kuali.rice.kns.util.KualiDecimal getCreditAmount()
          Gets the creditAmount attribute.
 int getCreditCount()
          Gets the creditCount attribute.
 org.kuali.rice.kns.util.KualiDecimal getDebitAmount()
          Gets the debitAmount attribute.
 int getDebitCount()
          Gets the debitCount attribute.
 int getRecordCount()
          Gets the recordCount attribute.
 String getSummary()
           
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

LedgerSummaryTotalLine

public LedgerSummaryTotalLine()
Method Detail

getRecordCount

public int getRecordCount()
Gets the recordCount attribute.

Returns:
Returns the recordCount.

getDebitAmount

public org.kuali.rice.kns.util.KualiDecimal getDebitAmount()
Gets the debitAmount attribute.

Returns:
Returns the debitAmount.

getDebitCount

public int getDebitCount()
Gets the debitCount attribute.

Returns:
Returns the debitCount.

getCreditAmount

public org.kuali.rice.kns.util.KualiDecimal getCreditAmount()
Gets the creditAmount attribute.

Returns:
Returns the creditAmount.

getCreditCount

public int getCreditCount()
Gets the creditCount attribute.

Returns:
Returns the creditCount.

getBudgetAmount

public org.kuali.rice.kns.util.KualiDecimal getBudgetAmount()
Gets the budgetAmount attribute.

Returns:
Returns the budgetAmount.

getBudgetCount

public int getBudgetCount()
Gets the budgetCount attribute.

Returns:
Returns the budgetCount.

addDebitAmount

public void addDebitAmount(org.kuali.rice.kns.util.KualiDecimal debitAmount)
Adds a debit amount to the current debit total

Parameters:
debitAmount - the debit amount to add to the debit total

addCreditAmount

public void addCreditAmount(org.kuali.rice.kns.util.KualiDecimal creditAmount)
Adds a credit amount to current credit total

Parameters:
creditAmount - the amount to add to the credit total

addBudgetAmount

public void addBudgetAmount(org.kuali.rice.kns.util.KualiDecimal budgetAmount)
Adds a budget amount to current budget total

Parameters:
budgetAmount - the amount to add to the budget total

toStringMapper

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

getSummary

public String getSummary()
Returns:
the summary for this summary total line


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