public class OleShelvingOrder extends org.kuali.rice.krad.bo.PersistableBusinessObjectBase
Constructor and Description |
---|
OleShelvingOrder() |
Modifier and Type | Method and Description |
---|---|
String |
getShelvingOrderCode()
Gets the shelvingOrderCode attribute.
|
Integer |
getShelvingOrderId()
Gets the shelvingOrderId attribute.
|
String |
getShelvingOrderName()
Gets the shelvingOrderName attribute.
|
String |
getSource()
Gets the source attribute.
|
Date |
getSourceDate()
Gets the sourceDate attribute.
|
boolean |
isActive()
Gets the active attribute.
|
void |
setActive(boolean active)
Sets the active attribute value.
|
void |
setShelvingOrderCode(String shelvingOrderCode)
Sets the shelvingOrderCode attribute value.
|
void |
setShelvingOrderId(Integer shelvingOrderId)
Sets the shelvingOrderId attribute value.
|
void |
setShelvingOrderName(String shelvingOrderName)
Sets the shelvingOrderName attribute value.
|
void |
setSource(String source)
Sets the source attribute value.
|
void |
setSourceDate(Date sourceDate)
Sets the sourceDate attribute value.
|
protected LinkedHashMap |
toStringMapper()
Gets the toStringMap attribute.
|
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 OleShelvingOrder()
public Integer getShelvingOrderId()
public void setShelvingOrderId(Integer shelvingOrderId)
shelvingOrderId
- The shelvingOrderId to set.public String getShelvingOrderCode()
public void setShelvingOrderCode(String shelvingOrderCode)
shelvingOrderCode
- The shelvingOrderCode to set.public String getShelvingOrderName()
public void setShelvingOrderName(String shelvingOrderName)
shelvingOrderName
- The shelvingOrderName to set.public void setSource(String source)
source
- The source to set.public Date getSourceDate()
public void setSourceDate(Date sourceDate)
sourceDate
- The sourceDate to set.public boolean isActive()
public void setActive(boolean active)
active
- The active to set.protected LinkedHashMap toStringMapper()
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.