public class GrantDescription extends org.kuali.rice.krad.bo.PersistableBusinessObjectBase implements org.kuali.rice.core.api.mo.common.active.MutableInactivatable
| Constructor and Description |
|---|
GrantDescription()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getGrantDescription()
Gets the grantDescription attribute.
|
String |
getGrantDescriptionCode()
Gets the grantDescriptionCode attribute.
|
boolean |
isActive()
This method returns a boolean identifying whether or not this grant description is active or inactive.
|
void |
setActive(boolean active)
Sets the active attribute.
|
void |
setGrantDescription(String grantDescription)
Sets the grantDescription attribute.
|
void |
setGrantDescriptionCode(String grantDescriptionCode)
Sets the grantDescriptionCode 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 GrantDescription()
public String getGrantDescriptionCode()
public void setGrantDescriptionCode(String grantDescriptionCode)
grantDescriptionCode - The grantDescriptionCode to set.public String getGrantDescription()
public void setGrantDescription(String grantDescription)
grantDescription - The grantDescription to set.public void setActive(boolean active)
setActive in interface org.kuali.rice.core.api.mo.common.active.MutableInactivatableactive - The active to set.public boolean isActive()
isActive in interface org.kuali.rice.core.api.mo.common.active.Inactivatableprotected LinkedHashMap toStringMapper_RICE20_REFACTORME()
org.kuali.rice.krad.bo.BusinessObjectBase#toStringMapper()Copyright © 2004-2014 The Kuali Foundation. All Rights Reserved.