public class PickBatchDataBean extends SmartDataBeanImpl implements Delegator, Protectable
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
The IBM copyright notice field.
|
emptyString| Constructor and Description |
|---|
PickBatchDataBean() |
| Modifier and Type | Method and Description |
|---|---|
Protectable |
getDelegate()
This method returns the Protectable object whose access control policies will indirectly control the access control for this object.
|
java.lang.String |
getLastUpdate()
This method gets last update time.
|
java.lang.String |
getLogOnId()
This method gets logon Id.
|
java.lang.String |
getmemberId()
This method gets member Id.
|
java.lang.Long |
getOwner()
This method returns the member id of the owner.
|
java.lang.String |
getPickBatchId()
This method gets the pick batch id.
|
java.lang.String |
getStoreentId()
This method gets the storeent id.
|
void |
setLastUpdate(java.lang.String newLastUpdate)
This method sets the last update time.
|
void |
setLogOnId(java.lang.String newLogOnId)
This method sets the logon id.
|
void |
setMemberId(java.lang.String newMemberId)
This method sets the member id.
|
void |
setPickBatchId(java.lang.String newPickBatchId)
This method sets the pick batch id.
|
void |
setStoreentId(java.lang.String newStoreentId)
This method sets the new storeent id.
|
fulfills, getCommandContext, getHttpRequest, getHttpResponse, getResources, getViewCommandContext, populate, setCommandContext, setHttpRequest, setHttpResponse, setViewCommandContextgetRequestProperties, setRequestPropertiesequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfulfillsgetRequestProperties, setRequestPropertiespublic static final java.lang.String COPYRIGHT
public Protectable getDelegate() throws java.lang.Exception
getDelegate in interface Delegatorexceptionjava.lang.Exceptionpublic java.lang.String getLastUpdate()
public java.lang.String getLogOnId()
public java.lang.String getmemberId()
public void setStoreentId(java.lang.String newStoreentId)
newStoreentId - new storeent idpublic java.lang.String getStoreentId()
public java.lang.Long getOwner()
throws java.lang.Exception
getOwner in interface Protectablejava.lang.Exceptionpublic java.lang.String getPickBatchId()
public void setLastUpdate(java.lang.String newLastUpdate)
newLastUpdate - last update timepublic void setLogOnId(java.lang.String newLogOnId)
newLogOnId - logon idpublic void setMemberId(java.lang.String newMemberId)
newMemberId - member idpublic void setPickBatchId(java.lang.String newPickBatchId)
newPickBatchId - pick batch id