org.kuali.kfs.module.endow.businessobject
Class TransactionDocumentTotalReportLine
java.lang.Object
org.kuali.rice.kns.bo.BusinessObjectBase
org.kuali.rice.kns.bo.TransientBusinessObjectBase
org.kuali.kfs.module.endow.businessobject.TransactionDocumentForReportLineBase
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
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 |
totalNumberOfTransactionLines
protected int totalNumberOfTransactionLines
TransactionDocumentTotalReportLine
public TransactionDocumentTotalReportLine()
TransactionDocumentTotalReportLine
public TransactionDocumentTotalReportLine(String documentType,
String documentId,
String securityId)
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.