org.kuali.kfs.module.endow.businessobject
Class TransactionDocumentTotalReportLine

java.lang.Object
  extended by org.kuali.rice.kns.bo.BusinessObjectBase
      extended by org.kuali.rice.kns.bo.TransientBusinessObjectBase
          extended by org.kuali.kfs.module.endow.businessobject.TransactionDocumentForReportLineBase
              extended by org.kuali.kfs.module.endow.businessobject.TransactionDocumentTotalReportLine
All Implemented Interfaces:
Serializable, org.kuali.rice.kns.bo.BusinessObject

public class TransactionDocumentTotalReportLine
extends TransactionDocumentForReportLineBase

See Also:
Serialized Form

Field Summary
protected  int totalNumberOfTransactionLines
           
 
Fields inherited from class org.kuali.kfs.module.endow.businessobject.TransactionDocumentForReportLineBase
documentId, documentType, incomeAmount, incomeUnits, principalAmount, principalUnits, securityId
 
Constructor Summary
TransactionDocumentTotalReportLine()
           
TransactionDocumentTotalReportLine(String documentType, String documentId, String securityId)
           
 
Method Summary
 void addIncomeAmount(org.kuali.rice.kns.util.KualiDecimal incomeAmount)
          Adds a income amount to the current income total
 void addPrincipalAmount(org.kuali.rice.kns.util.KualiDecimal principalAmount)
          Adds a principal amount to the current principal total
 Integer getTotalNumberOfTransactionLines()
          Gets the totalNumberOfTransactionLines attribute.
 void setTotalNumberOfTransactionLines(int totalNumberOfTransactionLines)
          Sets the totalNumberOfTransactionLines attribute value.
 
Methods inherited from class org.kuali.kfs.module.endow.businessobject.TransactionDocumentForReportLineBase
addIncomeUnits, addPrincipalUnits, getDocumentId, getDocumentType, getIncomeAmount, getIncomeUnits, getPrincipalAmount, getPrincipalUnits, getSecurityId, setDocumentId, setDocumentType, setIncomeAmount, setIncomeUnits, setPrincipalAmount, setPrincipalUnits, setSecurityId, 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
 

Field Detail

totalNumberOfTransactionLines

protected int totalNumberOfTransactionLines
Constructor Detail

TransactionDocumentTotalReportLine

public TransactionDocumentTotalReportLine()

TransactionDocumentTotalReportLine

public TransactionDocumentTotalReportLine(String documentType,
                                          String documentId,
                                          String securityId)
Method Detail

getTotalNumberOfTransactionLines

public Integer getTotalNumberOfTransactionLines()
Gets the totalNumberOfTransactionLines attribute.

Returns:
Returns the totalNumberOfTransactionLines.

setTotalNumberOfTransactionLines

public void setTotalNumberOfTransactionLines(int totalNumberOfTransactionLines)
Sets the totalNumberOfTransactionLines attribute value.

Parameters:
totalNumberOfTransactionLines - The totalNumberOfTransactionLines to set.

addIncomeAmount

public void addIncomeAmount(org.kuali.rice.kns.util.KualiDecimal incomeAmount)
Adds a income amount to the current income total

Overrides:
addIncomeAmount in class TransactionDocumentForReportLineBase
Parameters:
incomeAmount - the income amount to add to the income total

addPrincipalAmount

public void addPrincipalAmount(org.kuali.rice.kns.util.KualiDecimal principalAmount)
Adds a principal amount to the current principal total

Overrides:
addPrincipalAmount in class TransactionDocumentForReportLineBase
Parameters:
principalAmount - the principal amount to add to the principal total


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