public class ItemReasonAdded extends org.kuali.rice.krad.bo.PersistableBusinessObjectBase implements org.kuali.rice.core.api.mo.common.active.MutableInactivatable
Constructor and Description |
---|
ItemReasonAdded()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getItemReasonAddedCode()
Gets the itemReasonAddedCode attribute.
|
String |
getItemReasonAddedDescription()
Gets the itemReasonAddedDescription attribute.
|
boolean |
isActive()
Gets the active attribute.
|
void |
setActive(boolean active)
Sets the active attribute.
|
void |
setItemReasonAddedCode(String itemReasonAddedCode)
Sets the itemReasonAddedCode attribute.
|
void |
setItemReasonAddedDescription(String itemReasonAddedDescription)
Sets the itemReasonAddedDescription 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 ItemReasonAdded()
public String getItemReasonAddedCode()
public void setItemReasonAddedCode(String itemReasonAddedCode)
itemReasonAddedCode
- The itemReasonAddedCode to set.public String getItemReasonAddedDescription()
public void setItemReasonAddedDescription(String itemReasonAddedDescription)
itemReasonAddedDescription
- The itemReasonAddedDescription 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.