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

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

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

This EndowmentCorpusValues class provides the relevant values for monitoring the Endowment.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase
extension, versionNumber
 
Constructor Summary
EndowmentCorpusValues()
           
 
Method Summary
 org.kuali.rice.kns.util.KualiDecimal getCurrentPrincipalMarketValue()
          Gets the currentPrincipalMarketValue.
 org.kuali.rice.kns.util.KualiDecimal getEndowmentCorpus()
          Gets the endowmentCorpus.
 String getKemid()
          Gets the kemid.
 KEMID getKemidObjRef()
          Gets the kemidObjRef.
 org.kuali.rice.kns.util.KualiDecimal getPriorFYEndCorpusValue()
          Gets the priorFYEndCorpusValue.
 org.kuali.rice.kns.util.KualiDecimal getPriorFYEndPrincipalMarketValue()
          Gets the priorFYEndCorpusValue.
 void setCurrentPrincipalMarketValue(org.kuali.rice.kns.util.KualiDecimal currentPrincipalMarketValue)
          Sets the currentPrincipalMarketValue.
 void setEndowmentCorpus(org.kuali.rice.kns.util.KualiDecimal endowmentCorpus)
          Sets the endowmentCorpus.
 void setKemid(String kemid)
          Sets the kemid.
 void setKemidObjRef(KEMID kemidObjRef)
          Sets the kemidObjRef.
 void setPriorFYEndCorpusValue(org.kuali.rice.kns.util.KualiDecimal priorFYEndCorpusValue)
          Sets the priorFYEndCorpusValue.
 void setPriorFYEndPrincipalMarketValue(org.kuali.rice.kns.util.KualiDecimal priorFYEndPrincipalMarketValue)
          Sets the priorFYEndCorpusValue.
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

EndowmentCorpusValues

public EndowmentCorpusValues()
Method Detail

toStringMapper

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

getCurrentPrincipalMarketValue

public org.kuali.rice.kns.util.KualiDecimal getCurrentPrincipalMarketValue()
Gets the currentPrincipalMarketValue.

Returns:
currentPrincipalMarketValue

setCurrentPrincipalMarketValue

public void setCurrentPrincipalMarketValue(org.kuali.rice.kns.util.KualiDecimal currentPrincipalMarketValue)
Sets the currentPrincipalMarketValue.

Parameters:
currentPrincipalMarketValue -

getEndowmentCorpus

public org.kuali.rice.kns.util.KualiDecimal getEndowmentCorpus()
Gets the endowmentCorpus.

Returns:
endowmentCorpus

setEndowmentCorpus

public void setEndowmentCorpus(org.kuali.rice.kns.util.KualiDecimal endowmentCorpus)
Sets the endowmentCorpus.

Parameters:
endowmentCorpus -

getKemid

public String getKemid()
Gets the kemid.

Returns:
kemid

setKemid

public void setKemid(String kemid)
Sets the kemid.

Parameters:
kemid -

getPriorFYEndCorpusValue

public org.kuali.rice.kns.util.KualiDecimal getPriorFYEndCorpusValue()
Gets the priorFYEndCorpusValue.

Returns:
priorFYEndCorpusValue

setPriorFYEndCorpusValue

public void setPriorFYEndCorpusValue(org.kuali.rice.kns.util.KualiDecimal priorFYEndCorpusValue)
Sets the priorFYEndCorpusValue.

Parameters:
priorFYEndCorpusValue -

getPriorFYEndPrincipalMarketValue

public org.kuali.rice.kns.util.KualiDecimal getPriorFYEndPrincipalMarketValue()
Gets the priorFYEndCorpusValue.

Returns:
priorFYEndCorpusValue

setPriorFYEndPrincipalMarketValue

public void setPriorFYEndPrincipalMarketValue(org.kuali.rice.kns.util.KualiDecimal priorFYEndPrincipalMarketValue)
Sets the priorFYEndCorpusValue.

Parameters:
priorFYEndPrincipalMarketValue -

getKemidObjRef

public KEMID getKemidObjRef()
Gets the kemidObjRef.

Returns:
kemidObjRef

setKemidObjRef

public void setKemidObjRef(KEMID kemidObjRef)
Sets the kemidObjRef.

Parameters:
kemidObjRef -


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