public class ProposalStatus extends org.kuali.rice.krad.bo.PersistableBusinessObjectBase implements org.kuali.rice.core.api.mo.common.active.MutableInactivatable
Proposal.| Constructor and Description |
|---|
ProposalStatus()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getProposalStatusCode()
Gets the proposalStatusCode attribute.
|
String |
getProposalStatusDescription()
Gets the proposalStatusDescription attribute.
|
boolean |
isActive()
Gets the active attribute.
|
void |
setActive(boolean active)
Sets the active attribute value.
|
void |
setProposalStatusCode(String proposalStatusCode)
Sets the proposalStatusCode attribute.
|
void |
setProposalStatusDescription(String proposalStatusDescription)
Sets the proposalStatusDescription 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 ProposalStatus()
public String getProposalStatusCode()
public void setProposalStatusCode(String proposalStatusCode)
proposalStatusCode - The proposalStatusCode to set.public String getProposalStatusDescription()
public void setProposalStatusDescription(String proposalStatusDescription)
proposalStatusDescription - The proposalStatusDescription 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–2015 The Kuali Foundation. All rights reserved.