org.kuali.kfs.fp.businessobject
Class FunctionControlCode

java.lang.Object
  extended by org.kuali.rice.kns.bo.BusinessObjectBase
      extended by org.kuali.rice.kns.bo.PersistableBusinessObjectBase
          extended by org.kuali.kfs.fp.businessobject.FunctionControlCode
All Implemented Interfaces:
Serializable, org.apache.ojb.broker.PersistenceBrokerAware, org.kuali.rice.kns.bo.BusinessObject, org.kuali.rice.kns.bo.PersistableBusinessObject

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

This class is used to represent a function control code business object.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase
extension, versionNumber
 
Constructor Summary
FunctionControlCode()
          Default constructor.
 
Method Summary
 String getFinancialSystemFunctionControlCode()
          Gets the financialSystemFunctionControlCode attribute.
 String getFinancialSystemFunctionDescription()
          Gets the financialSystemFunctionDescription attribute.
 boolean isFinancialSystemFunctionDefaultIndicator()
          Gets the financialSystemFunctionDefaultIndicator attribute.
 void setFinancialSystemFunctionControlCode(String financialSystemFunctionControlCode)
          Sets the financialSystemFunctionControlCode attribute.
 void setFinancialSystemFunctionDefaultIndicator(boolean financialSystemFunctionDefaultIndicator)
          Sets the financialSystemFunctionDefaultIndicator attribute.
 void setFinancialSystemFunctionDescription(String financialSystemFunctionDescription)
          Sets the financialSystemFunctionDescription 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

FunctionControlCode

public FunctionControlCode()
Default constructor.

Method Detail

getFinancialSystemFunctionControlCode

public String getFinancialSystemFunctionControlCode()
Gets the financialSystemFunctionControlCode attribute.

Returns:
Returns the financialSystemFunctionControlCode

setFinancialSystemFunctionControlCode

public void setFinancialSystemFunctionControlCode(String financialSystemFunctionControlCode)
Sets the financialSystemFunctionControlCode attribute.

Parameters:
financialSystemFunctionControlCode - The financialSystemFunctionControlCode to set.

isFinancialSystemFunctionDefaultIndicator

public boolean isFinancialSystemFunctionDefaultIndicator()
Gets the financialSystemFunctionDefaultIndicator attribute.

Returns:
Returns the financialSystemFunctionDefaultIndicator

setFinancialSystemFunctionDefaultIndicator

public void setFinancialSystemFunctionDefaultIndicator(boolean financialSystemFunctionDefaultIndicator)
Sets the financialSystemFunctionDefaultIndicator attribute.

Parameters:
financialSystemFunctionDefaultIndicator - The financialSystemFunctionDefaultIndicator to set.

getFinancialSystemFunctionDescription

public String getFinancialSystemFunctionDescription()
Gets the financialSystemFunctionDescription attribute.

Returns:
Returns the financialSystemFunctionDescription

setFinancialSystemFunctionDescription

public void setFinancialSystemFunctionDescription(String financialSystemFunctionDescription)
Sets the financialSystemFunctionDescription attribute.

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