org.kuali.kfs.module.bc.businessobject
Class BudgetConstructionSubFundPick

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

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

Business Object that represents selected/unselected sub fund group code for a user.

See Also:
Serialized Form

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

BudgetConstructionSubFundPick

public BudgetConstructionSubFundPick()
Default constructor.

Method Detail

getPrincipalId

public String getPrincipalId()
Gets the principalId attribute.

Returns:
Returns the principalId

setPrincipalId

public void setPrincipalId(String principalId)
Sets the principalId attribute.

Parameters:
principalId - The principalId to set.

getSubFundGroupCode

public String getSubFundGroupCode()
Gets the subFundGroupCode attribute.

Returns:
Returns the subFundGroupCode

setSubFundGroupCode

public void setSubFundGroupCode(String subFundGroupCode)
Sets the subFundGroupCode attribute.

Parameters:
subFundGroupCode - The subFundGroupCode to set.

getReportFlag

public Integer getReportFlag()
Gets the reportFlag attribute.

Returns:
Returns the reportFlag

setReportFlag

public void setReportFlag(Integer reportFlag)
Sets the reportFlag attribute.

Parameters:
reportFlag - The reportFlag to set.

getSubFundGroup

public SubFundGroup getSubFundGroup()
Gets the subFundGroup attribute.

Returns:
Returns the subFundGroup.

setSubFundGroup

public void setSubFundGroup(SubFundGroup subFundGroup)
Deprecated. 

Sets the subFundGroup attribute value.

Parameters:
subFundGroup - The subFundGroup to set.

toStringMapper

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


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