public class FunctionControlCode extends org.kuali.rice.krad.bo.PersistableBusinessObjectBase
Constructor and Description |
---|
FunctionControlCode()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
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_RICE20_REFACTORME() |
afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, buildListOfDeletionAwareLists, getExtension, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isNewCollectionRecord, linkEditableUserFields, postLoad, postPersist, postRemove, postUpdate, prePersist, preRemove, preUpdate, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber
public FunctionControlCode()
public String getFinancialSystemFunctionControlCode()
public void setFinancialSystemFunctionControlCode(String financialSystemFunctionControlCode)
financialSystemFunctionControlCode
- The financialSystemFunctionControlCode to set.public boolean isFinancialSystemFunctionDefaultIndicator()
public void setFinancialSystemFunctionDefaultIndicator(boolean financialSystemFunctionDefaultIndicator)
financialSystemFunctionDefaultIndicator
- The financialSystemFunctionDefaultIndicator to set.public String getFinancialSystemFunctionDescription()
public void setFinancialSystemFunctionDescription(String financialSystemFunctionDescription)
financialSystemFunctionDescription
- The financialSystemFunctionDescription to set.protected LinkedHashMap toStringMapper_RICE20_REFACTORME()
org.kuali.rice.krad.bo.BusinessObjectBase#toStringMapper()
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.