public class FederalFunction extends org.kuali.rice.krad.bo.PersistableBusinessObjectBase implements org.kuali.rice.core.api.mo.common.active.MutableInactivatable
| Constructor and Description |
|---|
FederalFunction()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getFinancialFederalFunctionCode()
Gets the financialFederalFunctionCode attribute.
|
String |
getFinancialFederalFunctionName()
Gets the financialFederalFunctionName attribute.
|
boolean |
isActive()
Gets the active attribute.
|
void |
setActive(boolean active)
Sets the active attribute value.
|
void |
setFinancialFederalFunctionCode(String financialFederalFunctionCode)
Sets the financialFederalFunctionCode attribute.
|
void |
setFinancialFederalFunctionName(String financialFederalFunctionName)
Sets the financialFederalFunctionName 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 FederalFunction()
public String getFinancialFederalFunctionCode()
public void setFinancialFederalFunctionCode(String financialFederalFunctionCode)
financialFederalFunctionCode - The financialFederalFunctionCode to set.public String getFinancialFederalFunctionName()
public void setFinancialFederalFunctionName(String financialFederalFunctionName)
financialFederalFunctionName - The financialFederalFunctionName 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–2015 The Kuali Foundation. All rights reserved.