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

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

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

See Also:
Serialized Form

Constructor Summary
FeeProcessingTotalsProcessedGrandTotalLine()
           
 
Method Summary
 String getEDocNumber()
          Gets the eDocNumber attribute.
 String getFeeMethodCode()
          Gets the feeMethodCode attribute.
 int getLinesGenerated()
          Gets the linesGenerated attribute.
 org.kuali.rice.kns.util.KualiDecimal getTotalIncomeAmount()
          Gets the totalIncomeAmount attribute.
 org.kuali.rice.kns.util.KualiDecimal getTotalPrincipalAmount()
          Gets the totalPrincipalAmount attribute.
 void setEDocNumber(String eDocNumber)
          Sets the eDocNumber attribute value.
 void setFeeMethodCode(String feeMethodCode)
          Sets the feeMethodCode attribute value.
 void setLinesGenerated(int linesGenerated)
          Sets the linesGenerated attribute value.
 void setTotalIncomeAmount(org.kuali.rice.kns.util.KualiDecimal totalIncomeAmount)
          Sets the totalIncomeAmount attribute value.
 void setTotalPrincipalAmount(org.kuali.rice.kns.util.KualiDecimal totalPrincipalAmount)
          Sets the totalPrincipalAmount attribute value.
protected  LinkedHashMap toStringMapper()
          A map of the "keys" of this transient business object
 
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

FeeProcessingTotalsProcessedGrandTotalLine

public FeeProcessingTotalsProcessedGrandTotalLine()
Method Detail

getFeeMethodCode

public String getFeeMethodCode()
Gets the feeMethodCode attribute.

Returns:
Returns the feeMethodCode.

setFeeMethodCode

public void setFeeMethodCode(String feeMethodCode)
Sets the feeMethodCode attribute value.

Parameters:
feeMethodCode - The feeMethodCode to set.

getEDocNumber

public String getEDocNumber()
Gets the eDocNumber attribute.

Returns:
Returns the eDocNumber.

setEDocNumber

public void setEDocNumber(String eDocNumber)
Sets the eDocNumber attribute value.

Parameters:
eDocNumber - The eDocNumber to set.

getLinesGenerated

public int getLinesGenerated()
Gets the linesGenerated attribute.

Returns:
Returns the linesGenerated.

setLinesGenerated

public void setLinesGenerated(int linesGenerated)
Sets the linesGenerated attribute value.

Parameters:
linesGenerated - The linesGenerated to set.

getTotalIncomeAmount

public org.kuali.rice.kns.util.KualiDecimal getTotalIncomeAmount()
Gets the totalIncomeAmount attribute.

Returns:
Returns the totalIncomeAmount.

setTotalIncomeAmount

public void setTotalIncomeAmount(org.kuali.rice.kns.util.KualiDecimal totalIncomeAmount)
Sets the totalIncomeAmount attribute value.

Parameters:
totalIncomeAmount - The totalIncomeAmount to set.

getTotalPrincipalAmount

public org.kuali.rice.kns.util.KualiDecimal getTotalPrincipalAmount()
Gets the totalPrincipalAmount attribute.

Returns:
Returns the totalPrincipalAmount.

setTotalPrincipalAmount

public void setTotalPrincipalAmount(org.kuali.rice.kns.util.KualiDecimal totalPrincipalAmount)
Sets the totalPrincipalAmount attribute value.

Parameters:
totalPrincipalAmount - The totalPrincipalAmount to set.

toStringMapper

protected LinkedHashMap toStringMapper()
A map of the "keys" of this transient business object

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


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