public class AICPAFunction extends org.kuali.rice.krad.bo.PersistableBusinessObjectBase implements org.kuali.rice.core.api.mo.common.active.MutableInactivatable
Constructor and Description |
---|
AICPAFunction()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getFinancialAicpaFunctionCode()
Gets the financialAicpaFunctionCode attribute.
|
String |
getFinancialAicpaFunctionName()
Gets the financialAicpaFunctionName attribute.
|
boolean |
isActive()
Gets the active attribute.
|
void |
setActive(boolean active)
Sets the active attribute value.
|
void |
setFinancialAicpaFunctionCode(String financialAicpaFunctionCode)
Sets the financialAicpaFunctionCode attribute.
|
void |
setFinancialAicpaFunctionName(String financialAicpaFunctionName)
Sets the financialAicpaFunctionName 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 AICPAFunction()
public String getFinancialAicpaFunctionCode()
public void setFinancialAicpaFunctionCode(String financialAicpaFunctionCode)
financialAicpaFunctionCode
- The financialAicpaFunctionCode to set.public String getFinancialAicpaFunctionName()
public void setFinancialAicpaFunctionName(String financialAicpaFunctionName)
financialAicpaFunctionName
- The financialAicpaFunctionName 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.Inactivatable
public void setActive(boolean active)
setActive
in interface org.kuali.rice.core.api.mo.common.active.MutableInactivatable
active
- The active to set.Copyright © 2004–2015 The Kuali Foundation. All rights reserved.