public class OrganizationReversionCategory extends org.kuali.rice.krad.bo.PersistableBusinessObjectBase implements org.kuali.rice.core.api.mo.common.active.MutableInactivatable
| Constructor and Description |
|---|
OrganizationReversionCategory()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getOrganizationReversionCategoryCode()
Gets the organizationReversionCategoryCode attribute.
|
String |
getOrganizationReversionCategoryName()
Gets the organizationReversionCategoryName attribute.
|
String |
getOrganizationReversionSortCode()
Gets the organizationReversionSortCode attribute.
|
boolean |
isActive()
Gets the active attribute.
|
void |
setActive(boolean active)
Sets the active attribute value.
|
void |
setOrganizationReversionCategoryCode(String organizationReversionCategoryCode)
Sets the organizationReversionCategoryCode attribute.
|
void |
setOrganizationReversionCategoryName(String organizationReversionCategoryName)
Sets the organizationReversionCategoryName attribute.
|
void |
setOrganizationReversionSortCode(String organizationReversionSortCode)
Sets the organizationReversionSortCode 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 OrganizationReversionCategory()
public String getOrganizationReversionCategoryCode()
public void setOrganizationReversionCategoryCode(String organizationReversionCategoryCode)
organizationReversionCategoryCode - The organizationReversionCategoryCode to set.public String getOrganizationReversionCategoryName()
public void setOrganizationReversionCategoryName(String organizationReversionCategoryName)
organizationReversionCategoryName - The organizationReversionCategoryName to set.public String getOrganizationReversionSortCode()
public void setOrganizationReversionSortCode(String organizationReversionSortCode)
organizationReversionSortCode - The organizationReversionSortCode to set.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.protected LinkedHashMap toStringMapper_RICE20_REFACTORME()
org.kuali.rice.krad.bo.BusinessObjectBase#toStringMapper()Copyright © 2004-2014 The Kuali Foundation. All Rights Reserved.