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

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.KEMIDCurrentBalance
All Implemented Interfaces:
Serializable, org.apache.ojb.broker.PersistenceBrokerAware, org.kuali.rice.kns.bo.BusinessObject, org.kuali.rice.kns.bo.PersistableBusinessObject

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

See Also:
Serialized Form

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

KEMIDCurrentBalance

public KEMIDCurrentBalance()
Method Detail

toStringMapper

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

getIncomeAtMarket

public BigDecimal getIncomeAtMarket()
Gets the incomeAtMarket.

Returns:
incomeAtMarket

setIncomeAtMarket

public void setIncomeAtMarket(BigDecimal incomeAtMarket)
Sets the incomeAtMarket.

Parameters:
incomeAtMarket -

getPrincipalAtMarket

public BigDecimal getPrincipalAtMarket()
Gets the principalAtMarket.

Returns:
principalAtMarket

setPrincipalAtMarket

public void setPrincipalAtMarket(BigDecimal principalAtMarket)
Sets the principalAtMarket.

Parameters:
principalAtMarket -

getTotalMarketValue

public BigDecimal getTotalMarketValue()
Gets the totalMarketValue.

Returns:
totalMarketValue

setTotalMarketValue

public void setTotalMarketValue(BigDecimal totalMarketValue)
Sets the totalMarketValue.

Parameters:
totalMarketValue -

getAnnualEstimatedIncome

public BigDecimal getAnnualEstimatedIncome()
Gets the annualEstimatedIncome.

Returns:
annualEstimatedIncome

setAnnualEstimatedIncome

public void setAnnualEstimatedIncome(BigDecimal annualEstimatedIncome)
Sets the annualEstimatedIncome.

Parameters:
annualEstimatedIncome -

getKemid

public String getKemid()
Gets the kemid.

Returns:
kemid

setKemid

public void setKemid(String kemid)
Sets the kemid.

Parameters:
kemid -

getNextFYEstimatedIncome

public BigDecimal getNextFYEstimatedIncome()
Gets the nextFYEstimatedIncome.

Returns:
nextFYEstimatedIncome

setNextFYEstimatedIncome

public void setNextFYEstimatedIncome(BigDecimal nextFYEstimatedIncome)
Sets the nextFYEstimatedIncome.

Parameters:
nextFYEstimatedIncome -

getRemainderOfFYEstimatedIncome

public BigDecimal getRemainderOfFYEstimatedIncome()
Gets the remainderOfFYEstimatedIncome.

Returns:
remainderOfFYEstimatedIncome

setRemainderOfFYEstimatedIncome

public void setRemainderOfFYEstimatedIncome(BigDecimal remainderOfFYEstimatedIncome)
Sets the remainderOfFYEstimatedIncome.

Parameters:
remainderOfFYEstimatedIncome -

getKemidObj

public KEMID getKemidObj()
Gets the kemidObj.

Returns:
kemidObj

setKemidObj

public void setKemidObj(KEMID kemidObj)
Sets the kemidObj.

Parameters:
kemidObj -

getBalanceDate

public Date getBalanceDate()
Gets the Balance Date which is the Current/System Process date

Returns:
the Balance Date


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