java.lang.Object | +--com.ibm.commerce.beans.InputDataBeanImpl | +--com.ibm.commerce.beans.SmartDataBeanImpl | +--com.ibm.commerce.inventory.beans.PickBatchDataBean
IBM Internal Use
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT |
protected
java.lang.String |
istrLastUpdate |
protected
java.lang.String |
istrLogOnId |
protected
java.lang.String |
istrMemberId |
protected
java.lang.String |
istrPickBatchId |
Fields inherited from class com.ibm.commerce.beans. SmartDataBeanImpl |
commandContext |
Fields inherited from class com.ibm.commerce.beans. InputDataBeanImpl |
requestProperties |
Fields inherited from interface com.ibm.commerce.beans. DataBean |
emptyString |
Constructor Summary | |
---|---|
PickBatchDataBean() |
Method Summary | |
---|---|
com.ibm.commerce.security.Protectable |
getDelegate() Returns the Protectable object whose access control policies will indirectly control the access control for this object |
java.lang.String |
getLastUpdate() Insert the method's description here. |
java.lang.String |
getLogOnId() Insert the method's description here. |
java.lang.String |
getmemberId() Insert the method's description here. |
java.lang.Long |
getOwner() Returns the member id of the owner. |
java.lang.String |
getPickBatchId() Insert the method's description here. |
void |
setLastUpdate(java.lang.String newLastUpdate) Insert the method's description here. |
void |
setLogOnId(java.lang.String newLogOnId) Insert the method's description here. |
void |
setMemberId(java.lang.String newMemberId) Insert the method's description here. |
void |
setPickBatchId(java.lang.String newPickBatchId) Insert the method's description here. |
Methods inherited from class com.ibm.commerce.beans. SmartDataBeanImpl |
fulfills,
getCommandContext,
getResources,
populate,
setCommandContext |
Methods inherited from class com.ibm.commerce.beans. InputDataBeanImpl |
getRequestProperties,
setRequestProperties |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll,
toString, wait, wait, wait |
Methods inherited from interface com.ibm.commerce.beans. InputDataBean |
getRequestProperties,
setRequestProperties |
Field Detail |
---|
public static final java.lang.String COPYRIGHT
protected java.lang.String istrPickBatchId
protected java.lang.String istrLastUpdate
protected java.lang.String istrMemberId
protected java.lang.String istrLogOnId
Constructor Detail |
---|
public PickBatchDataBean()
Method Detail |
---|
public com.ibm.commerce.security.Protectable getDelegate() throws java.lang.Exception
java.lang.Exception
public java.lang.String getLastUpdate()
public java.lang.String getLogOnId()
public java.lang.String getmemberId()
public java.lang.Long getOwner() throws java.lang.Exception, java.rmi.RemoteException
java.lang.Exception
java.rmi.RemoteException
public java.lang.String getPickBatchId()
public void setLastUpdate(java.lang.String newLastUpdate)
public void setLogOnId(java.lang.String newLogOnId)
public void setMemberId(java.lang.String newMemberId)
public void setPickBatchId(java.lang.String newPickBatchId)