com.ibm.commerce.inventory.beans
Class PickBatchDataBean

java.lang.Object
  com.ibm.commerce.beans.InputDataBeanImpl
      com.ibm.commerce.beans.SmartDataBeanImpl
          com.ibm.commerce.inventory.beans.PickBatchDataBean
All Implemented Interfaces:
DataBean, Delegator, InputDataBean, Protectable, java.io.Serializable, SmartDataBean

public class PickBatchDataBean
extends SmartDataBeanImpl
implements Delegator, Protectable

IBM Internal Use

See Also:
Serialized Form

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
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.security.Protectable
fulfills
Methods inherited from interface com.ibm.commerce.beans.InputDataBean
getRequestProperties, setRequestProperties
Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
See Also:
Constant Field Values

istrPickBatchId

protected java.lang.String istrPickBatchId

istrLastUpdate

protected java.lang.String istrLastUpdate

istrMemberId

protected java.lang.String istrMemberId

istrLogOnId

protected java.lang.String istrLogOnId
Constructor Detail

PickBatchDataBean

public PickBatchDataBean()
Method Detail

getDelegate

public Protectable getDelegate()
                        throws java.lang.Exception
Returns the Protectable object whose access control policies will indirectly control the access control for this object
Specified by:
getDelegate in interface Delegator
Returns:
The Protectable object whose access control policies will indirectly control the access control for this object
Throws:
java.lang.Exception

getLastUpdate

public java.lang.String getLastUpdate()
Insert the method's description here. Creation date: (3/15/2001 1:42:55 PM)
Returns:
java.lang.String

getLogOnId

public java.lang.String getLogOnId()
Insert the method's description here. Creation date: (3/15/2001 1:42:55 PM)
Returns:
java.lang.String

getmemberId

public java.lang.String getmemberId()
Insert the method's description here. Creation date: (3/15/2001 1:42:55 PM)
Returns:
java.lang.String

getOwner

public java.lang.Long getOwner()
                        throws java.lang.Exception,
                               java.rmi.RemoteException
Returns the member id of the owner.
Specified by:
getOwner in interface Protectable
Returns:
The member id of the owner
Throws:
java.lang.Exception
java.rmi.RemoteException

getPickBatchId

public java.lang.String getPickBatchId()
Insert the method's description here. Creation date: (3/15/2001 1:42:55 PM)
Returns:
java.lang.String

setLastUpdate

public void setLastUpdate(java.lang.String newLastUpdate)
Insert the method's description here. Creation date: (3/15/2001 1:42:55 PM)

setLogOnId

public void setLogOnId(java.lang.String newLogOnId)
Insert the method's description here. Creation date: (3/15/2001 1:42:55 PM)

setMemberId

public void setMemberId(java.lang.String newMemberId)
Insert the method's description here. Creation date: (3/15/2001 1:42:55 PM)

setPickBatchId

public void setPickBatchId(java.lang.String newPickBatchId)
Insert the method's description here. Creation date: (3/15/2001 1:42:55 PM)

Feedback