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

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

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

See Also:
Serialized Form

Constructor Summary
FeeProcessingWaivedAndAccruedGrandTotalLine()
           
 
Method Summary
 String getKemid()
          Gets the kemid attribute.
 String getTotal()
          Gets the total attribute.
 org.kuali.rice.kns.util.KualiDecimal getTotalAccruedFees()
          Gets the totalAccruedFees attribute.
 org.kuali.rice.kns.util.KualiDecimal getTotalWaivedFees()
          Gets the totalWaivedFees attribute.
 void setKemid(String kemid)
          Sets the kemid attribute.
 void setTotal(String total)
          Sets the total attribute.
 void setTotalAccruedFees(org.kuali.rice.kns.util.KualiDecimal totalAccruedFees)
          Sets the totalAccruedFees attribute value.
 void setTotalWaivedFees(org.kuali.rice.kns.util.KualiDecimal totalWaivedFees)
          Sets the totalWaivedFees 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

FeeProcessingWaivedAndAccruedGrandTotalLine

public FeeProcessingWaivedAndAccruedGrandTotalLine()
Method Detail

getTotal

public String getTotal()
Gets the total attribute.

Returns:
Returns the total.

setTotal

public void setTotal(String total)
Sets the total attribute.


getKemid

public String getKemid()
Gets the kemid attribute.

Returns:
Returns the kemid.

setKemid

public void setKemid(String kemid)
Sets the kemid attribute.


getTotalWaivedFees

public org.kuali.rice.kns.util.KualiDecimal getTotalWaivedFees()
Gets the totalWaivedFees attribute.

Returns:
Returns the totalWaivedFees.

setTotalWaivedFees

public void setTotalWaivedFees(org.kuali.rice.kns.util.KualiDecimal totalWaivedFees)
Sets the totalWaivedFees attribute value.

Parameters:
totalWaivedFees - The totalWaivedFees to set.

getTotalAccruedFees

public org.kuali.rice.kns.util.KualiDecimal getTotalAccruedFees()
Gets the totalAccruedFees attribute.

Returns:
Returns the totalAccruedFees.

setTotalAccruedFees

public void setTotalAccruedFees(org.kuali.rice.kns.util.KualiDecimal totalAccruedFees)
Sets the totalAccruedFees attribute value.

Parameters:
totalAccruedFees - The totalAccruedFees 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.