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

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

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

This KemidCurrentCash class provides the current cash infor: income and principal for a KEMID.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase
extension, versionNumber
 
Constructor Summary
KemidCurrentCash()
           
 
Method Summary
 org.kuali.rice.kns.util.KualiDecimal getCurrentIncomeCash()
          Gets the currentIncomeCash.
 org.kuali.rice.kns.util.KualiDecimal getCurrentPrincipalCash()
          Gets the currentPrincipalCash.
 String getKemid()
          Gets the kemid.
 KEMID getKemidObjRef()
          Gets the kemidObjRef.
 void setCurrentIncomeCash(org.kuali.rice.kns.util.KualiDecimal currentIncomeCash)
          Sets the currentIncomeCash.
 void setCurrentPrincipalCash(org.kuali.rice.kns.util.KualiDecimal currentPrincipalCash)
          Sets the currentPrincipalCash.
 void setKemid(String kemid)
          Sets the kemid.
 void setKemidObjRef(KEMID kemidObjRef)
          Sets the kemidObjRef.
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

KemidCurrentCash

public KemidCurrentCash()
Method Detail

toStringMapper

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

getCurrentIncomeCash

public org.kuali.rice.kns.util.KualiDecimal getCurrentIncomeCash()
Gets the currentIncomeCash.

Returns:
currentIncomeCash

setCurrentIncomeCash

public void setCurrentIncomeCash(org.kuali.rice.kns.util.KualiDecimal currentIncomeCash)
Sets the currentIncomeCash.

Parameters:
currentIncomeCash -

getCurrentPrincipalCash

public org.kuali.rice.kns.util.KualiDecimal getCurrentPrincipalCash()
Gets the currentPrincipalCash.

Returns:
currentPrincipalCash

setCurrentPrincipalCash

public void setCurrentPrincipalCash(org.kuali.rice.kns.util.KualiDecimal currentPrincipalCash)
Sets the currentPrincipalCash.

Parameters:
currentPrincipalCash -

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 -


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