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

java.lang.Object
  extended by org.kuali.rice.kns.bo.BusinessObjectBase
      extended by org.kuali.rice.kns.bo.PersistableBusinessObjectBase
          extended by org.kuali.kfs.module.endow.businessobject.KemidFee
All Implemented Interfaces:
Serializable, org.apache.ojb.broker.PersistenceBrokerAware, org.kuali.rice.kns.bo.BusinessObject, org.kuali.rice.kns.bo.PersistableBusinessObject

public class KemidFee
extends org.kuali.rice.kns.bo.PersistableBusinessObjectBase

This KemidFee class provides infrormation about fees that may be charged against the KEMID.

See Also:
Serialized Form

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

KemidFee

public KemidFee()
Method Detail

toStringMapper

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

isAccrueFees

public boolean isAccrueFees()
Gets the accrueFees.

Returns:
accrueFees

setAccrueFees

public void setAccrueFees(boolean accrueFees)
Sets the accrueFees.

Parameters:
accrueFees -

getChargeFeeToKemid

public String getChargeFeeToKemid()
Gets the chargeFeeToKemid.

Returns:
chargeFeeToKemid

setChargeFeeToKemid

public void setChargeFeeToKemid(String chargeFeeToKemid)
Sets the chargeFeeToKemid.

Parameters:
chargeFeeToKemid -

getChargeFeeToKemidObjRef

public KEMID getChargeFeeToKemidObjRef()
Gets the chargeFeeToKemidObjRef.

Returns:
chargeFeeToKemidObjRef

setChargeFeeToKemidObjRef

public void setChargeFeeToKemidObjRef(KEMID chargeFeeToKemidObjRef)
Sets the chargeFeeToKemidObjRef.

Parameters:
chargeFeeToKemidObjRef -

getFeeEndDate

public Date getFeeEndDate()
Gets the feeEndDate.

Returns:
feeEndDate

setFeeEndDate

public void setFeeEndDate(Date feeEndDate)
Sets the feeEndDate.

Parameters:
feeEndDate -

getFeeMethodCode

public String getFeeMethodCode()
Gets the feeMethodCode.

Returns:
feeMethodCode

setFeeMethodCode

public void setFeeMethodCode(String feeMethodCode)
Sets the feeMethodCode.

Parameters:
feeMethodCode -

getFeeMethod

public FeeMethod getFeeMethod()
Gets the feeMethod.

Returns:
feeMethod

setFeeMethod

public void setFeeMethod(FeeMethod feeMethod)
Sets the feeMethod.

Parameters:
feeMethod -

getFeeMethodSeq

public org.kuali.rice.kns.util.KualiInteger getFeeMethodSeq()
Gets the feeMethodSeq.

Returns:
feeMethodSeq

setFeeMethodSeq

public void setFeeMethodSeq(org.kuali.rice.kns.util.KualiInteger feeMethodSeq)
Sets the feeMethodSeq.

Parameters:
feeMethodSeq -

getFeeStartDate

public Date getFeeStartDate()
Gets the feeStartDate.

Returns:
feeStartDate

setFeeStartDate

public void setFeeStartDate(Date feeStartDate)
Sets the feeStartDate.

Parameters:
feeStartDate -

getKemid

public String getKemid()
Gets the kemid.

Returns:
kemid

setKemid

public void setKemid(String kemid)
Sets the kemid

Parameters:
kemid -

getKemidObjRef

public KEMID getKemidObjRef()
Gets the kemidObjRef.

Returns:
kemidObjRef

setKemidObjRef

public void setKemidObjRef(KEMID kemidObjRef)
Sets the kemidObjRef.

Parameters:
kemidObjRef -

getPercentOfFeeChargedToIncome

public org.kuali.rice.kns.util.KualiDecimal getPercentOfFeeChargedToIncome()
Gets the percentOfFeeChargedToIncome.

Returns:
percentOfFeeChargedToIncome

setPercentOfFeeChargedToIncome

public void setPercentOfFeeChargedToIncome(org.kuali.rice.kns.util.KualiDecimal percentOfFeeChargedToIncome)
Sets the percentOfFeeChargedToIncome.

Parameters:
percentOfFeeChargedToIncome -

getPercentOfFeeChargedToPrincipal

public org.kuali.rice.kns.util.KualiDecimal getPercentOfFeeChargedToPrincipal()
Gets the percentOfFeeChargedToPrincipal.

Returns:
percentOfFeeChargedToPrincipal

setPercentOfFeeChargedToPrincipal

public void setPercentOfFeeChargedToPrincipal(org.kuali.rice.kns.util.KualiDecimal percentOfFeeChargedToPrincipal)
Sets the percentOfFeeChargedToPrincipal.

Parameters:
percentOfFeeChargedToPrincipal -

getTotalAccruedFees

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

Returns:
totalAccruedFees

setTotalAccruedFees

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

Parameters:
totalAccruedFees -

getTotalWaivedFees

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

Returns:
totalWaivedFees

setTotalWaivedFees

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

Parameters:
totalWaivedFees -

getTotalWaivedFeesThisFiscalYear

public org.kuali.rice.kns.util.KualiDecimal getTotalWaivedFeesThisFiscalYear()
Gets the totalWaivedFeesThisFiscalYear.

Returns:
totalWaivedFeesThisFiscalYear

setTotalWaivedFeesThisFiscalYear

public void setTotalWaivedFeesThisFiscalYear(org.kuali.rice.kns.util.KualiDecimal totalWaivedFeesThisFiscalYear)
Sets the totalWaivedFeesThisFiscalYear.

Parameters:
totalWaivedFeesThisFiscalYear -

isWaiveFees

public boolean isWaiveFees()
Gets the waiveFees.

Returns:
waiveFees

setWaiveFees

public void setWaiveFees(boolean waiveFees)
Sets the waiveFees.

Parameters:
waiveFees -


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