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

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

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

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

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase
extension, versionNumber
 
Constructor Summary
BudgetConstructionObjectPick()
          Default constructor.
 
Method Summary
 String getFinancialObjectCode()
          Gets the financialObjectCode attribute.
 String getObjectCodeDescription()
          We only care about a general description for the object code regardless of chart.
 String getPrincipalId()
          Gets the principalId attribute.
 Integer getSelectFlag()
          Gets the selectFlag attribute.
 void setFinancialObjectCode(String financialObjectCode)
          Sets the financialObjectCode attribute.
 void setObjectCodeDescription(String objectCodeDescription)
          Dummy setter for UI.
 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

BudgetConstructionObjectPick

public BudgetConstructionObjectPick()
Default constructor.

Method Detail

getFinancialObjectCode

public String getFinancialObjectCode()
Gets the financialObjectCode attribute.

Returns:
Returns the financialObjectCode

setFinancialObjectCode

public void setFinancialObjectCode(String financialObjectCode)
Sets the financialObjectCode attribute.

Parameters:
financialObjectCode - The financialObjectCode to set.

getSelectFlag

public Integer getSelectFlag()
Gets the selectFlag attribute.

Returns:
Returns the selectFlag

getObjectCodeDescription

public String getObjectCodeDescription()
We only care about a general description for the object code regardless of chart. Therefore we need to do a query and return first row (if multiple).

Returns:
String - Object code description

setObjectCodeDescription

public void setObjectCodeDescription(String objectCodeDescription)
Dummy setter for UI.


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.

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.