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

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

public class KemidSourceOfFunds
extends org.kuali.rice.kns.bo.PersistableBusinessObjectBase
implements org.kuali.rice.kns.bo.Inactivateable

The KemidSourceOfFunds class describes the source of funds and the corpus total for endowments.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase
extension, versionNumber
 
Constructor Summary
KemidSourceOfFunds()
           
 
Method Summary
 String getAdditionalSourceData()
          Gets the additionalSourceData.
 String getFundHistory()
          Sets the fundHistory.
 FundSourceCode getFundSource()
          Gets the fundSource.
 String getFundSourceCode()
          Gets the fundSourceCode.
 String getKemid()
          Gets the kemid.
 org.kuali.rice.kns.util.KualiInteger getKemidFundSourceSequenceNumber()
          Gets the kemidFundSourceSequenceNumber.
 KEMID getKemidObjRef()
          Gets the kemidObjRef.
 String getOpenedFromKemid()
          Gets the openedFromKemid.
 KEMID getOpenedFromKemidObjRef()
          Gets the openedFromKemidObjRef.
 boolean isActive()
           
 void setActive(boolean active)
           
 void setAdditionalSourceData(String additionalSourceData)
          Sets the additionalSourceData.
 void setFundHistory(String fundHistory)
          Sets the fundHistory.
 void setFundSource(FundSourceCode fundSource)
          Sets the fundSource.
 void setFundSourceCode(String fundSourceCode)
          Sets the fundSourceCode.
 void setKemid(String kemid)
          Sets the kemid.
 void setKemidFundSourceSequenceNumber(org.kuali.rice.kns.util.KualiInteger kemidFundSourceSequenceNumber)
          Sets the kemidFundSourceSequenceNumber.
 void setKemidObjRef(KEMID kemidObjRef)
          Sets the kemidObjRef.
 void setOpenedFromKemid(String openedFromKemid)
          Sets the openedFromKemid.
 void setOpenedFromKemidObjRef(KEMID openedFromKemidObjRef)
          Sets the openedFromKemidObjRef.
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

KemidSourceOfFunds

public KemidSourceOfFunds()
Method Detail

toStringMapper

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

getKemid

public String getKemid()
Gets the kemid.

Returns:
kemid

setKemid

public void setKemid(String kemid)
Sets the kemid.

Parameters:
kemid -

getKemidFundSourceSequenceNumber

public org.kuali.rice.kns.util.KualiInteger getKemidFundSourceSequenceNumber()
Gets the kemidFundSourceSequenceNumber.

Returns:
kemidFundSourceSequenceNumber

setKemidFundSourceSequenceNumber

public void setKemidFundSourceSequenceNumber(org.kuali.rice.kns.util.KualiInteger kemidFundSourceSequenceNumber)
Sets the kemidFundSourceSequenceNumber.

Parameters:
kemidFundSourceSequenceNumber -

getFundSourceCode

public String getFundSourceCode()
Gets the fundSourceCode.

Returns:
fundSourceCode

setFundSourceCode

public void setFundSourceCode(String fundSourceCode)
Sets the fundSourceCode.

Parameters:
fundSourceCode -

getOpenedFromKemid

public String getOpenedFromKemid()
Gets the openedFromKemid.

Returns:
openedFromKemid

setOpenedFromKemid

public void setOpenedFromKemid(String openedFromKemid)
Sets the openedFromKemid.

Parameters:
openedFromKemid -

getFundHistory

public String getFundHistory()
Sets the fundHistory.

Returns:
fundHistory

setFundHistory

public void setFundHistory(String fundHistory)
Sets the fundHistory.

Parameters:
fundHistory -

getAdditionalSourceData

public String getAdditionalSourceData()
Gets the additionalSourceData.

Returns:
additionalSourceData

setAdditionalSourceData

public void setAdditionalSourceData(String additionalSourceData)
Sets the additionalSourceData.

Parameters:
additionalSourceData -

isActive

public boolean isActive()
Specified by:
isActive in interface org.kuali.rice.kns.bo.Inactivateable
See Also:
Inactivateable.isActive()

setActive

public void setActive(boolean active)
Specified by:
setActive in interface org.kuali.rice.kns.bo.Inactivateable
See Also:
Inactivateable.setActive(boolean)

getKemidObjRef

public KEMID getKemidObjRef()
Gets the kemidObjRef.

Returns:
kemidObjRef

setKemidObjRef

public void setKemidObjRef(KEMID kemidObjRef)
Sets the kemidObjRef.

Parameters:
kemidObjRef -

getFundSource

public FundSourceCode getFundSource()
Gets the fundSource.

Returns:
fundSource

setFundSource

public void setFundSource(FundSourceCode fundSource)
Sets the fundSource.

Parameters:
fundSource -

getOpenedFromKemidObjRef

public KEMID getOpenedFromKemidObjRef()
Gets the openedFromKemidObjRef.

Returns:
openedFromKemidObjRef

setOpenedFromKemidObjRef

public void setOpenedFromKemidObjRef(KEMID openedFromKemidObjRef)
Sets the openedFromKemidObjRef.

Parameters:
openedFromKemidObjRef -


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