public class UniversityBudgetOfficeFunction extends org.kuali.rice.krad.bo.PersistableBusinessObjectBase implements org.kuali.rice.core.api.mo.common.active.MutableInactivatable
| Constructor and Description |
|---|
UniversityBudgetOfficeFunction()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getFinancialUniversityBudgetOfficeFunctionCode()
Gets the financialUniversityBudgetOfficeFunctionCode attribute.
|
String |
getFinancialUniversityBudgetOfficeFunctionName()
Gets the financialUniversityBudgetOfficeFunctionName attribute.
|
boolean |
isActive()
Gets the active attribute.
|
void |
setActive(boolean active)
Sets the active attribute value.
|
void |
setFinancialUniversityBudgetOfficeFunctionCode(String financialUniversityBudgetOfficeFunctionCode)
Sets the financialUniversityBudgetOfficeFunctionCode attribute.
|
void |
setFinancialUniversityBudgetOfficeFunctionName(String financialUniversityBudgetOfficeFunctionName)
Sets the financialUniversityBudgetOfficeFunctionName 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, setVersionNumberpublic UniversityBudgetOfficeFunction()
public String getFinancialUniversityBudgetOfficeFunctionCode()
public void setFinancialUniversityBudgetOfficeFunctionCode(String financialUniversityBudgetOfficeFunctionCode)
financialUniversityBudgetOfficeFunctionCode - The financialUniversityBudgetOfficeFunctionCode to set.public String getFinancialUniversityBudgetOfficeFunctionName()
public void setFinancialUniversityBudgetOfficeFunctionName(String financialUniversityBudgetOfficeFunctionName)
financialUniversityBudgetOfficeFunctionName - The financialUniversityBudgetOfficeFunctionName to set.protected LinkedHashMap toStringMapper_RICE20_REFACTORME()
org.kuali.rice.krad.bo.BusinessObjectBase#toStringMapper()public boolean isActive()
isActive in interface org.kuali.rice.core.api.mo.common.active.Inactivatablepublic void setActive(boolean active)
setActive in interface org.kuali.rice.core.api.mo.common.active.MutableInactivatableactive - The active to set.Copyright © 2004-2014 The Kuali Foundation. All Rights Reserved.