public class RestrictedStatus extends org.kuali.rice.krad.bo.PersistableBusinessObjectBase implements org.kuali.rice.core.api.mo.common.active.MutableInactivatable
| Constructor and Description |
|---|
RestrictedStatus()
Default no-arg constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAccountRestrictedStatusCode()
Gets the accountRestrictedStatusCode attribute.
|
String |
getAccountRestrictedStatusName()
Gets the accountRestrictedStatusName attribute.
|
String |
getCodeAndDescription() |
boolean |
isActive()
Gets the active attribute.
|
void |
setAccountRestrictedStatusCode(String accountRestrictedStatusCode)
Sets the accountRestrictedStatusCode attribute.
|
void |
setAccountRestrictedStatusName(String accountRestrictedStatusName)
Sets the accountRestrictedStatusName attribute.
|
void |
setActive(boolean active)
Sets the active attribute value.
|
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 RestrictedStatus()
public String getAccountRestrictedStatusCode()
public void setAccountRestrictedStatusCode(String accountRestrictedStatusCode)
accountRestrictedStatusCode - The accountRestrictedStatusCode to set.public String getAccountRestrictedStatusName()
public void setAccountRestrictedStatusName(String accountRestrictedStatusName)
accountRestrictedStatusName - The accountRestrictedStatusName to set.public String getCodeAndDescription()
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.