|
||||||||||
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.KEMIDCurrentBalance
public class KEMIDCurrentBalance
Field Summary |
---|
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase |
---|
extension, versionNumber |
Constructor Summary | |
---|---|
KEMIDCurrentBalance()
|
Method Summary | |
---|---|
BigDecimal |
getAnnualEstimatedIncome()
Gets the annualEstimatedIncome. |
Date |
getBalanceDate()
Gets the Balance Date which is the Current/System Process date |
BigDecimal |
getIncomeAtMarket()
Gets the incomeAtMarket. |
String |
getKemid()
Gets the kemid. |
KEMID |
getKemidObj()
Gets the kemidObj. |
BigDecimal |
getNextFYEstimatedIncome()
Gets the nextFYEstimatedIncome. |
BigDecimal |
getPrincipalAtMarket()
Gets the principalAtMarket. |
BigDecimal |
getRemainderOfFYEstimatedIncome()
Gets the remainderOfFYEstimatedIncome. |
BigDecimal |
getTotalMarketValue()
Gets the totalMarketValue. |
void |
setAnnualEstimatedIncome(BigDecimal annualEstimatedIncome)
Sets the annualEstimatedIncome. |
void |
setIncomeAtMarket(BigDecimal incomeAtMarket)
Sets the incomeAtMarket. |
void |
setKemid(String kemid)
Sets the kemid. |
void |
setKemidObj(KEMID kemidObj)
Sets the kemidObj. |
void |
setNextFYEstimatedIncome(BigDecimal nextFYEstimatedIncome)
Sets the nextFYEstimatedIncome. |
void |
setPrincipalAtMarket(BigDecimal principalAtMarket)
Sets the principalAtMarket. |
void |
setRemainderOfFYEstimatedIncome(BigDecimal remainderOfFYEstimatedIncome)
Sets the remainderOfFYEstimatedIncome. |
void |
setTotalMarketValue(BigDecimal totalMarketValue)
Sets the totalMarketValue. |
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 KEMIDCurrentBalance()
Method Detail |
---|
protected LinkedHashMap toStringMapper()
toStringMapper
in class org.kuali.rice.kns.bo.BusinessObjectBase
BusinessObjectBase.toStringMapper()
public BigDecimal getIncomeAtMarket()
public void setIncomeAtMarket(BigDecimal incomeAtMarket)
incomeAtMarket
- public BigDecimal getPrincipalAtMarket()
public void setPrincipalAtMarket(BigDecimal principalAtMarket)
principalAtMarket
- public BigDecimal getTotalMarketValue()
public void setTotalMarketValue(BigDecimal totalMarketValue)
totalMarketValue
- public BigDecimal getAnnualEstimatedIncome()
public void setAnnualEstimatedIncome(BigDecimal annualEstimatedIncome)
annualEstimatedIncome
- public String getKemid()
public void setKemid(String kemid)
kemid
- public BigDecimal getNextFYEstimatedIncome()
public void setNextFYEstimatedIncome(BigDecimal nextFYEstimatedIncome)
nextFYEstimatedIncome
- public BigDecimal getRemainderOfFYEstimatedIncome()
public void setRemainderOfFYEstimatedIncome(BigDecimal remainderOfFYEstimatedIncome)
remainderOfFYEstimatedIncome
- public KEMID getKemidObj()
public void setKemidObj(KEMID kemidObj)
kemidObj
- public Date getBalanceDate()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |