public class AwardStatus extends org.kuali.rice.krad.bo.PersistableBusinessObjectBase implements org.kuali.rice.core.api.mo.common.active.MutableInactivatable
| Constructor and Description |
|---|
AwardStatus()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAwardStatusCode()
Gets the awardStatusCode attribute.
|
String |
getAwardStatusCodeDropDown()
This method is a dummy getter that simply returns the same value as getAwardStatusCode().
|
String |
getAwardStatusDescription()
Gets the awardStatusDescription attribute.
|
boolean |
isActive()
Gets the active attribute.
|
void |
setActive(boolean active)
Sets the active attribute value.
|
void |
setAwardStatusCode(String awardStatusCode)
Sets the awardStatusCode attribute.
|
void |
setAwardStatusCodeDropDown(String awardStatusCode)
Deprecated.
Do not use this method, it is only here for DD mapping purposes and has no defined functionality. See KULCG-281
for further details.
|
void |
setAwardStatusDescription(String awardStatusDescription)
Sets the awardStatusDescription 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 AwardStatus()
public String getAwardStatusCode()
public void setAwardStatusCode(String awardStatusCode)
awardStatusCode - The awardStatusCode to set.public String getAwardStatusCodeDropDown()
public void setAwardStatusCodeDropDown(String awardStatusCode)
awardStatusCode - public String getAwardStatusDescription()
public void setAwardStatusDescription(String awardStatusDescription)
awardStatusDescription - The awardStatusDescription 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.core.bo.BusinessObjectBase#toStringMapper()Copyright © 2004–2015 The Kuali Foundation. All rights reserved.