public class ProposalPurpose extends org.kuali.rice.krad.bo.PersistableBusinessObjectBase implements org.kuali.rice.core.api.mo.common.active.MutableInactivatable
Constructor and Description |
---|
ProposalPurpose()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getProposalPurposeCode()
Gets the proposalPurposeCode attribute.
|
String |
getProposalPurposeDescription()
Gets the proposalPurposeDescription attribute.
|
boolean |
isActive()
Gets the active attribute.
|
void |
setActive(boolean active)
Sets the active attribute value.
|
void |
setProposalPurposeCode(String proposalPurposeCode)
Sets the proposalPurposeCode attribute.
|
void |
setProposalPurposeDescription(String proposalPurposeDescription)
Sets the proposalPurposeDescription 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, setVersionNumber
public ProposalPurpose()
public String getProposalPurposeCode()
public void setProposalPurposeCode(String proposalPurposeCode)
proposalPurposeCode
- The proposalPurposeCode to set.public String getProposalPurposeDescription()
public void setProposalPurposeDescription(String proposalPurposeDescription)
proposalPurposeDescription
- The proposalPurposeDescription to set.public boolean isActive()
isActive
in interface org.kuali.rice.core.api.mo.common.active.Inactivatable
public void setActive(boolean active)
setActive
in interface org.kuali.rice.core.api.mo.common.active.MutableInactivatable
active
- 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.