public class OleReceiptStatus extends org.kuali.rice.krad.bo.PersistableBusinessObjectBase implements org.kuali.rice.core.api.mo.common.active.MutableInactivatable
Constructor and Description |
---|
OleReceiptStatus() |
Modifier and Type | Method and Description |
---|---|
String |
getReceiptStatus()
Gets the value of the receiptStatus property
|
String |
getReceiptStatusCd()
Gets the receiptStatusCd attribute.
|
String |
getReceiptStatusDocType()
Gets the receiptStatusDocType attribute.
|
BigDecimal |
getReceiptStatusId()
Gets the value of the receiptStatusId property
|
boolean |
isActive()
Gets the active attribute.
|
void |
setActive(boolean active)
Sets the active attribute value.
|
void |
setReceiptStatus(String receiptStatus)
Sets the receiptStatus value
|
void |
setReceiptStatusCd(String receiptStatusCd)
Sets the receiptStatusCd attribute value.
|
void |
setReceiptStatusDocType(String receiptStatusDocType)
Sets the receiptStatusDocType attribute value.
|
void |
setReceiptStatusId(BigDecimal receiptStatusId)
Sets the receiptStatusId value
|
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 OleReceiptStatus()
public BigDecimal getReceiptStatusId()
public void setReceiptStatusId(BigDecimal receiptStatusId)
receiptStatusId
- public String getReceiptStatus()
public void setReceiptStatus(String receiptStatus)
receiptStatus
- 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.public String getReceiptStatusCd()
public void setReceiptStatusCd(String receiptStatusCd)
receiptStatusCd
- The receiptStatusCd to set.public String getReceiptStatusDocType()
public void setReceiptStatusDocType(String receiptStatusDocType)
receiptStatusDocType
- The receiptStatusDocType to set.Copyright © 2004–2015 The Kuali Foundation. All rights reserved.