|
||||||||||
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.bc.businessobject.BudgetConstructionSubFundPick
public class BudgetConstructionSubFundPick
Business Object that represents selected/unselected sub fund group code for a user.
Field Summary |
---|
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase |
---|
extension, versionNumber |
Constructor Summary | |
---|---|
BudgetConstructionSubFundPick()
Default constructor. |
Method Summary | |
---|---|
String |
getPrincipalId()
Gets the principalId attribute. |
Integer |
getReportFlag()
Gets the reportFlag attribute. |
SubFundGroup |
getSubFundGroup()
Gets the subFundGroup attribute. |
String |
getSubFundGroupCode()
Gets the subFundGroupCode attribute. |
void |
setPrincipalId(String principalId)
Sets the principalId attribute. |
void |
setReportFlag(Integer reportFlag)
Sets the reportFlag attribute. |
void |
setSubFundGroup(SubFundGroup subFundGroup)
Deprecated. |
void |
setSubFundGroupCode(String subFundGroupCode)
Sets the subFundGroupCode attribute. |
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 BudgetConstructionSubFundPick()
Method Detail |
---|
public String getPrincipalId()
public void setPrincipalId(String principalId)
principalId
- The principalId to set.public String getSubFundGroupCode()
public void setSubFundGroupCode(String subFundGroupCode)
subFundGroupCode
- The subFundGroupCode to set.public Integer getReportFlag()
public void setReportFlag(Integer reportFlag)
reportFlag
- The reportFlag to set.public SubFundGroup getSubFundGroup()
public void setSubFundGroup(SubFundGroup subFundGroup)
subFundGroup
- The subFundGroup to set.protected LinkedHashMap toStringMapper()
toStringMapper
in class org.kuali.rice.kns.bo.BusinessObjectBase
BusinessObjectBase.toStringMapper()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |