|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.rice.kns.bo.BusinessObjectBase
org.kuali.rice.kns.bo.TransientBusinessObjectBase
org.kuali.kfs.module.endow.businessobject.FeeProcessingWaivedAndAccruedGrandTotalLine
public class FeeProcessingWaivedAndAccruedGrandTotalLine
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 |
---|
public FeeProcessingWaivedAndAccruedGrandTotalLine()
Method Detail |
---|
public String getTotal()
public void setTotal(String total)
public String getKemid()
public void setKemid(String kemid)
public org.kuali.rice.kns.util.KualiDecimal getTotalWaivedFees()
public void setTotalWaivedFees(org.kuali.rice.kns.util.KualiDecimal totalWaivedFees)
totalWaivedFees
- The totalWaivedFees to set.public org.kuali.rice.kns.util.KualiDecimal getTotalAccruedFees()
public void setTotalAccruedFees(org.kuali.rice.kns.util.KualiDecimal totalAccruedFees)
totalAccruedFees
- The totalAccruedFees to set.protected LinkedHashMap toStringMapper()
toStringMapper
in class org.kuali.rice.kns.bo.BusinessObjectBase
BusinessObjectBase.toStringMapper()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |