|
||||||||||
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.PersistableBusinessObjectBase
org.kuali.kfs.module.endow.businessobject.KemidFee
public class KemidFee
This KemidFee class provides infrormation about fees that may be charged against the KEMID.
Field Summary |
---|
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase |
---|
extension, versionNumber |
Constructor Summary | |
---|---|
KemidFee()
|
Method Summary | |
---|---|
String |
getChargeFeeToKemid()
Gets the chargeFeeToKemid. |
KEMID |
getChargeFeeToKemidObjRef()
Gets the chargeFeeToKemidObjRef. |
Date |
getFeeEndDate()
Gets the feeEndDate. |
FeeMethod |
getFeeMethod()
Gets the feeMethod. |
String |
getFeeMethodCode()
Gets the feeMethodCode. |
org.kuali.rice.kns.util.KualiInteger |
getFeeMethodSeq()
Gets the feeMethodSeq. |
Date |
getFeeStartDate()
Gets the feeStartDate. |
String |
getKemid()
Gets the kemid. |
KEMID |
getKemidObjRef()
Gets the kemidObjRef. |
org.kuali.rice.kns.util.KualiDecimal |
getPercentOfFeeChargedToIncome()
Gets the percentOfFeeChargedToIncome. |
org.kuali.rice.kns.util.KualiDecimal |
getPercentOfFeeChargedToPrincipal()
Gets the percentOfFeeChargedToPrincipal. |
org.kuali.rice.kns.util.KualiDecimal |
getTotalAccruedFees()
Gets the totalAccruedFees. |
org.kuali.rice.kns.util.KualiDecimal |
getTotalWaivedFees()
Gets the totalWaivedFees. |
org.kuali.rice.kns.util.KualiDecimal |
getTotalWaivedFeesThisFiscalYear()
Gets the totalWaivedFeesThisFiscalYear. |
boolean |
isAccrueFees()
Gets the accrueFees. |
boolean |
isWaiveFees()
Gets the waiveFees. |
void |
setAccrueFees(boolean accrueFees)
Sets the accrueFees. |
void |
setChargeFeeToKemid(String chargeFeeToKemid)
Sets the chargeFeeToKemid. |
void |
setChargeFeeToKemidObjRef(KEMID chargeFeeToKemidObjRef)
Sets the chargeFeeToKemidObjRef. |
void |
setFeeEndDate(Date feeEndDate)
Sets the feeEndDate. |
void |
setFeeMethod(FeeMethod feeMethod)
Sets the feeMethod. |
void |
setFeeMethodCode(String feeMethodCode)
Sets the feeMethodCode. |
void |
setFeeMethodSeq(org.kuali.rice.kns.util.KualiInteger feeMethodSeq)
Sets the feeMethodSeq. |
void |
setFeeStartDate(Date feeStartDate)
Sets the feeStartDate. |
void |
setKemid(String kemid)
Sets the kemid |
void |
setKemidObjRef(KEMID kemidObjRef)
Sets the kemidObjRef. |
void |
setPercentOfFeeChargedToIncome(org.kuali.rice.kns.util.KualiDecimal percentOfFeeChargedToIncome)
Sets the percentOfFeeChargedToIncome. |
void |
setPercentOfFeeChargedToPrincipal(org.kuali.rice.kns.util.KualiDecimal percentOfFeeChargedToPrincipal)
Sets the percentOfFeeChargedToPrincipal. |
void |
setTotalAccruedFees(org.kuali.rice.kns.util.KualiDecimal totalAccruedFees)
Sets the totalAccruedFees. |
void |
setTotalWaivedFees(org.kuali.rice.kns.util.KualiDecimal totalWaivedFees)
Sets the totalWaivedFees. |
void |
setTotalWaivedFeesThisFiscalYear(org.kuali.rice.kns.util.KualiDecimal totalWaivedFeesThisFiscalYear)
Sets the totalWaivedFeesThisFiscalYear. |
void |
setWaiveFees(boolean waiveFees)
Sets the waiveFees. |
protected LinkedHashMap |
toStringMapper()
|
Methods inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase |
---|
addNote, afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeInsert, beforeUpdate, beforeUpdate, buildListOfDeletionAwareLists, deleteNote, getAttachmentService, getBoNote, getBoNotes, getExtension, getNoteService, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isAutoIncrementSet, isBoNotesSupport, isNewCollectionRecord, linkEditableUserFields, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setAutoIncrementSet, setBoNotes, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber, supportsBoNotes |
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 |
Methods inherited from interface org.kuali.rice.kns.bo.BusinessObject |
---|
prepareForWorkflow |
Constructor Detail |
---|
public KemidFee()
Method Detail |
---|
protected LinkedHashMap toStringMapper()
toStringMapper
in class org.kuali.rice.kns.bo.BusinessObjectBase
BusinessObjectBase.toStringMapper()
public boolean isAccrueFees()
public void setAccrueFees(boolean accrueFees)
accrueFees
- public String getChargeFeeToKemid()
public void setChargeFeeToKemid(String chargeFeeToKemid)
chargeFeeToKemid
- public KEMID getChargeFeeToKemidObjRef()
public void setChargeFeeToKemidObjRef(KEMID chargeFeeToKemidObjRef)
chargeFeeToKemidObjRef
- public Date getFeeEndDate()
public void setFeeEndDate(Date feeEndDate)
feeEndDate
- public String getFeeMethodCode()
public void setFeeMethodCode(String feeMethodCode)
feeMethodCode
- public FeeMethod getFeeMethod()
public void setFeeMethod(FeeMethod feeMethod)
feeMethod
- public org.kuali.rice.kns.util.KualiInteger getFeeMethodSeq()
public void setFeeMethodSeq(org.kuali.rice.kns.util.KualiInteger feeMethodSeq)
feeMethodSeq
- public Date getFeeStartDate()
public void setFeeStartDate(Date feeStartDate)
feeStartDate
- public String getKemid()
public void setKemid(String kemid)
kemid
- public KEMID getKemidObjRef()
public void setKemidObjRef(KEMID kemidObjRef)
kemidObjRef
- public org.kuali.rice.kns.util.KualiDecimal getPercentOfFeeChargedToIncome()
public void setPercentOfFeeChargedToIncome(org.kuali.rice.kns.util.KualiDecimal percentOfFeeChargedToIncome)
percentOfFeeChargedToIncome
- public org.kuali.rice.kns.util.KualiDecimal getPercentOfFeeChargedToPrincipal()
public void setPercentOfFeeChargedToPrincipal(org.kuali.rice.kns.util.KualiDecimal percentOfFeeChargedToPrincipal)
percentOfFeeChargedToPrincipal
- public org.kuali.rice.kns.util.KualiDecimal getTotalAccruedFees()
public void setTotalAccruedFees(org.kuali.rice.kns.util.KualiDecimal totalAccruedFees)
totalAccruedFees
- public org.kuali.rice.kns.util.KualiDecimal getTotalWaivedFees()
public void setTotalWaivedFees(org.kuali.rice.kns.util.KualiDecimal totalWaivedFees)
totalWaivedFees
- public org.kuali.rice.kns.util.KualiDecimal getTotalWaivedFeesThisFiscalYear()
public void setTotalWaivedFeesThisFiscalYear(org.kuali.rice.kns.util.KualiDecimal totalWaivedFeesThisFiscalYear)
totalWaivedFeesThisFiscalYear
- public boolean isWaiveFees()
public void setWaiveFees(boolean waiveFees)
waiveFees
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |