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

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

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

Business object that represents a selected/unselected funding reason code for a user.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase
extension, versionNumber
 
Constructor Summary
BudgetConstructionReasonCodePick()
          Default constructor.
 
Method Summary
 BudgetConstructionAppointmentFundingReasonCode getAppointmentFundingReason()
          Gets the appointmentFundingReason attribute.
 String getAppointmentFundingReasonCode()
          Gets the appointmentFundingReasonCode attribute.
 String getPrincipalId()
          Gets the principalId attribute.
 Integer getSelectFlag()
          Gets the selectFlag attribute.
 void setAppointmentFundingReason(BudgetConstructionAppointmentFundingReasonCode appointmentFundingReason)
          Deprecated.  
 void setAppointmentFundingReasonCode(String appointmentFundingReasonCode)
          Sets the appointmentFundingReasonCode attribute.
 void setPrincipalId(String principalId)
          Sets the principalId attribute value.
 void setSelectFlag(Integer selectFlag)
          Sets the selectFlag 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

BudgetConstructionReasonCodePick

public BudgetConstructionReasonCodePick()
Default constructor.

Method Detail

getAppointmentFundingReasonCode

public String getAppointmentFundingReasonCode()
Gets the appointmentFundingReasonCode attribute.

Returns:
Returns the appointmentFundingReasonCode

setAppointmentFundingReasonCode

public void setAppointmentFundingReasonCode(String appointmentFundingReasonCode)
Sets the appointmentFundingReasonCode attribute.

Parameters:
appointmentFundingReasonCode - The appointmentFundingReasonCode to set.

getSelectFlag

public Integer getSelectFlag()
Gets the selectFlag attribute.

Returns:
Returns the selectFlag

setSelectFlag

public void setSelectFlag(Integer selectFlag)
Sets the selectFlag attribute.

Parameters:
selectFlag - The selectFlag to set.

getPrincipalId

public String getPrincipalId()
Gets the principalId attribute.

Returns:
Returns the principalId.

setPrincipalId

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

Parameters:
principalId - The principalId to set.

getAppointmentFundingReason

public BudgetConstructionAppointmentFundingReasonCode getAppointmentFundingReason()
Gets the appointmentFundingReason attribute.

Returns:
Returns the appointmentFundingReason.

setAppointmentFundingReason

public void setAppointmentFundingReason(BudgetConstructionAppointmentFundingReasonCode appointmentFundingReason)
Deprecated. 

Sets the appointmentFundingReason attribute value.

Parameters:
appointmentFundingReason - The appointmentFundingReason 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.