com.ibm.commerce.inventory.objects
Class OrderItemPickingHistoryAccessBean

java.lang.Object
  |
  +--com.ibm.ivj.ejb.runtime.AbstractAccessBean
        |
        +--com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
              |
              +--com.ibm.commerce.inventory.objects.OrderItemPickingHistoryAccessBean
All Implemented Interfaces:
OrderItemPickingHistoryAccessBeanData, java.io.Serializable

public class OrderItemPickingHistoryAccessBean
extends com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
implements OrderItemPickingHistoryAccessBeanData

This bean provides access to the ORDPICKHST table.

The following is a description of this table:

Details of the how inventory was picked from the receipt level when available inventory is allocated to an OrderItem.

See Also:
Serialized Form

Fields inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean
DEFAULT_NAMESERVICE_PROVIDER_URL, DEFAULT_NAMESERVICE_TYPE, ejbRef
 
Constructor Summary
OrderItemPickingHistoryAccessBean()
          Default constructor.
OrderItemPickingHistoryAccessBean(javax.ejb.EJBObject object)
          Creates an access bean for the specified EJB
OrderItemPickingHistoryAccessBean(java.lang.Long OrderItemsId, java.lang.Long VersionSpcId, java.lang.Integer OrdPickHstNum)
          Maps to a corresponding ejbCreate method in the home interface of the EJB
 
Method Summary
 void commitCopyHelper()
          Update(flush) data to the EJBObject (persistent storage).
 java.util.Enumeration findByOrderItemsId(java.lang.Long OrderItemsId)
          Retrieves the order picking history with the specified ORDERITEMS_ID
The SQL query used to fetch the requested row from the ORDPICKHST table is:
SELECT * FROM ORDPICKHST T1 WHERE T1.ORDERITEMS_ID = ?
 java.lang.String getDatePicked()
          This method provides access to the ORDPICKHST.DATEPICKED column of DB2 type TIMESTAMP NULL.
 java.sql.Timestamp getDatePickedInEJBType()
          This method provides access to the ORDPICKHST.DATEPICKED column of DB2 type TIMESTAMP NULL.
 java.lang.String getLastupdate()
          This method provides access to the ORDPICKHST.LASTUPDATE column of DB2 type TIMESTAMP NULL.
 java.sql.Timestamp getLastupdateInEJBType()
          This method provides access to the ORDPICKHST.LASTUPDATE column of DB2 type TIMESTAMP NULL.
 java.lang.String getOrderItemsId()
          This method provides access to the ORDPICKHST.ORDERITEMS_ID column of DB2 type BIGINT NOT NULL.
 java.lang.Long getOrderItemsIdInEJBType()
          This method provides access to the ORDPICKHST.ORDERITEMS_ID column of DB2 type BIGINT NOT NULL.
 java.lang.String getOrderPickingType()
          This method provides access to the ORDPICKHST.ORDERPICKINGTYPE column of DB2 type INTEGER NULL.
 java.lang.Integer getOrderPickingTypeInEJBType()
          This method provides access to the ORDPICKHST.ORDERPICKINGTYPE column of DB2 type INTEGER NULL.
 java.lang.String getOrdPickHstNum()
          This method provides access to the ORDPICKHST.ORDPICKHSTNUM column of DB2 type INTEGER NOT NULL.
 java.lang.Integer getOrdPickHstNumInEJBType()
          This method provides access to the ORDPICKHST.ORDPICKHSTNUM column of DB2 type INTEGER NOT NULL.
 java.lang.String getQtyPicked()
          This method provides access to the ORDPICKHST.QTYPICKED column of DB2 type INTEGER NULL.
 java.lang.Integer getQtyPickedInEJBType()
          This method provides access to the ORDPICKHST.QTYPICKED column of DB2 type INTEGER NULL.
 java.lang.String getReceiptId()
          This method provides access to the ORDPICKHST.RECEIPT_ID column of DB2 type BIGINT NULL.
 java.lang.Long getReceiptIdInEJBType()
          This method provides access to the ORDPICKHST.RECEIPT_ID column of DB2 type BIGINT NULL.
 java.lang.String getVersionspcId()
          This method provides access to the ORDPICKHST.VERSIONSPC_ID column of DB2 type BIGINT NOT NULL.
 java.lang.Long getVersionspcIdInEJBType()
          This method provides access to the ORDPICKHST.VERSIONSPC_ID column of DB2 type BIGINT NOT NULL.
 void refreshCopyHelper()
          Load data from the EJBObject.
 void setDatePicked(java.lang.String aDatePicked)
          This method provides access to the ORDPICKHST.DATEPICKED column of DB2 type TIMESTAMP NULL.
 void setDatePicked(java.sql.Timestamp aDatePicked)
          This method provides access to the ORDPICKHST.DATEPICKED column of DB2 type TIMESTAMP NULL.
 void setInitKey_orderItemsId(java.lang.String aInitKey_orderItemsId)
          Set the primary key for this object
 void setInitKey_ordPickHstNum(java.lang.String aInitKey_ordPickHstNum)
          Set the primary key for this object
 void setLastupdate(java.lang.String aLastupdate)
          This method provides access to the ORDPICKHST.LASTUPDATE column of DB2 type TIMESTAMP NULL.
 void setLastupdate(java.sql.Timestamp aLastupdate)
          This method provides access to the ORDPICKHST.LASTUPDATE column of DB2 type TIMESTAMP NULL.
 void setOrderItemsId(java.lang.Long aOrderItemsId)
          This method provides access to the ORDPICKHST.ORDERITEMS_ID column of DB2 type BIGINT NOT NULL.
 void setOrderItemsId(java.lang.String aOrderItemsId)
          This method provides access to the ORDPICKHST.ORDERITEMS_ID column of DB2 type BIGINT NOT NULL.
 void setOrderPickingType(java.lang.Integer aOrderPickingType)
          This method provides access to the ORDPICKHST.ORDERPICKINGTYPE column of DB2 type INTEGER NULL.
 void setOrderPickingType(java.lang.String aOrderPickingType)
          This method provides access to the ORDPICKHST.ORDERPICKINGTYPE column of DB2 type INTEGER NULL.
 void setOrdPickHstNum(java.lang.Integer aOrdPickHstNum)
          This method provides access to the ORDPICKHST.ORDPICKHSTNUM column of DB2 type INTEGER NOT NULL.
 void setOrdPickHstNum(java.lang.String aOrdPickHstNum)
          This method provides access to the ORDPICKHST.ORDPICKHSTNUM column of DB2 type INTEGER NOT NULL.
 void setQtyPicked(java.lang.Integer aQtyPicked)
          This method provides access to the ORDPICKHST.QTYPICKED column of DB2 type INTEGER NULL.
 void setQtyPicked(java.lang.String aQtyPicked)
          This method provides access to the ORDPICKHST.QTYPICKED column of DB2 type INTEGER NULL.
 void setReceiptId(java.lang.Long aReceiptId)
          This method provides access to the ORDPICKHST.RECEIPT_ID column of DB2 type BIGINT NULL.
 void setReceiptId(java.lang.String aReceiptId)
          This method provides access to the ORDPICKHST.RECEIPT_ID column of DB2 type BIGINT NULL.
 void setVersionspcId(java.lang.Long aVersionspcId)
          This method provides access to the ORDPICKHST.VERSIONSPC_ID column of DB2 type BIGINT NOT NULL.
 void setVersionspcId(java.lang.String aVersionspcId)
          This method provides access to the ORDPICKHST.VERSIONSPC_ID column of DB2 type BIGINT NOT NULL.
 
Methods inherited from class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
__getCache, __getCache, __getKey, __setCache, __setCache, __setKey, commitCopyHelper, createAccessBeans, createAccessBeans, instantiateEJBByPrimaryKey, refreshCopyHelper, setEJBRef
 
Methods inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean
defaultJNDIName, defaultNameServiceType, defaultNameServiceURL, getEJBRef, getGlobalHome, getHome, getInit_GlobalNameServiceTypeName, getInit_GlobalNameServiceURLName, getInit_JNDIName, getInit_NameServiceTypeName, getInit_NameServiceURLName, getInitContext, getInitContext, instantiateEJB, resetEJBRef, resetHomeCache, setInit_GlobalNameServiceTypeName, setInit_GlobalNameServiceURLName, setInit_JNDIName, setInit_NameServiceTypeName, setInit_NameServiceURLName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OrderItemPickingHistoryAccessBean

public OrderItemPickingHistoryAccessBean()

Default constructor. Maps to findByPrimaryKey.


OrderItemPickingHistoryAccessBean

public OrderItemPickingHistoryAccessBean(javax.ejb.EJBObject object)
                                  throws java.rmi.RemoteException

Creates an access bean for the specified EJB

Parameters:
object - - javax.ejb.EJBObject
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception

OrderItemPickingHistoryAccessBean

public OrderItemPickingHistoryAccessBean(java.lang.Long OrderItemsId,
                                         java.lang.Long VersionSpcId,
                                         java.lang.Integer OrdPickHstNum)
                                  throws javax.naming.NamingException,
                                         javax.ejb.CreateException,
                                         java.rmi.RemoteException,
                                         javax.ejb.FinderException

Maps to a corresponding ejbCreate method in the home interface of the EJB

Parameters:
OrderItemsId - - java.lang.Long
VersionSpcId - - java.lang.Long
OrdPickHstNum - - java.lang.Integer
Throws:
javax.naming.NamingException - The javax.naming.NamingException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
Method Detail

commitCopyHelper

public void commitCopyHelper()
                      throws java.rmi.RemoteException,
                             javax.ejb.CreateException,
                             javax.ejb.FinderException,
                             javax.naming.NamingException

Update(flush) data to the EJBObject (persistent storage).

Overrides:
commitCopyHelper in class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
Returns:
void
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

findByOrderItemsId

public java.util.Enumeration findByOrderItemsId(java.lang.Long OrderItemsId)
                                         throws java.rmi.RemoteException,
                                                javax.ejb.FinderException,
                                                javax.naming.NamingException

Retrieves the order picking history with the specified ORDERITEMS_ID
The SQL query used to fetch the requested row from the ORDPICKHST table is:
SELECT * FROM ORDPICKHST T1 WHERE T1.ORDERITEMS_ID = ?

Parameters:
OrderItemsId - - java.lang.Long
Returns:
java.util.Enumeration
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getDatePicked

public java.lang.String getDatePicked()
                               throws java.rmi.RemoteException,
                                      javax.ejb.CreateException,
                                      javax.ejb.FinderException,
                                      javax.naming.NamingException

This method provides access to the ORDPICKHST.DATEPICKED column of DB2 type TIMESTAMP NULL.

The following is a description of this column:

The time when inventory was allocated to the Order.

Specified by:
getDatePicked in interface OrderItemPickingHistoryAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getDatePickedInEJBType

public java.sql.Timestamp getDatePickedInEJBType()
                                          throws java.rmi.RemoteException,
                                                 javax.ejb.CreateException,
                                                 javax.ejb.FinderException,
                                                 javax.naming.NamingException

This method provides access to the ORDPICKHST.DATEPICKED column of DB2 type TIMESTAMP NULL.

The following is a description of this column:

The time when inventory was allocated to the Order.

Returns:
java.sql.Timestamp
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getLastupdate

public java.lang.String getLastupdate()
                               throws java.rmi.RemoteException,
                                      javax.ejb.CreateException,
                                      javax.ejb.FinderException,
                                      javax.naming.NamingException

This method provides access to the ORDPICKHST.LASTUPDATE column of DB2 type TIMESTAMP NULL.

The following is a description of this column:

Time of last update.

Specified by:
getLastupdate in interface OrderItemPickingHistoryAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getLastupdateInEJBType

public java.sql.Timestamp getLastupdateInEJBType()
                                          throws java.rmi.RemoteException,
                                                 javax.ejb.CreateException,
                                                 javax.ejb.FinderException,
                                                 javax.naming.NamingException

This method provides access to the ORDPICKHST.LASTUPDATE column of DB2 type TIMESTAMP NULL.

The following is a description of this column:

Time of last update.

Returns:
java.sql.Timestamp
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getOrderItemsId

public java.lang.String getOrderItemsId()
                                 throws java.rmi.RemoteException,
                                        javax.ejb.CreateException,
                                        javax.ejb.FinderException,
                                        javax.naming.NamingException

This method provides access to the ORDPICKHST.ORDERITEMS_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

Foreign key to the ORDERITEMS table.

Specified by:
getOrderItemsId in interface OrderItemPickingHistoryAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getOrderItemsIdInEJBType

public java.lang.Long getOrderItemsIdInEJBType()
                                        throws java.rmi.RemoteException,
                                               javax.ejb.CreateException,
                                               javax.ejb.FinderException,
                                               javax.naming.NamingException

This method provides access to the ORDPICKHST.ORDERITEMS_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

Foreign key to the ORDERITEMS table.

Returns:
java.lang.Long
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getOrderPickingType

public java.lang.String getOrderPickingType()
                                     throws java.rmi.RemoteException,
                                            javax.ejb.CreateException,
                                            javax.ejb.FinderException,
                                            javax.naming.NamingException

This method provides access to the ORDPICKHST.ORDERPICKINGTYPE column of DB2 type INTEGER NULL.

The following is a description of this column:

Reserved for IBM internal use.

Specified by:
getOrderPickingType in interface OrderItemPickingHistoryAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getOrderPickingTypeInEJBType

public java.lang.Integer getOrderPickingTypeInEJBType()
                                               throws java.rmi.RemoteException,
                                                      javax.ejb.CreateException,
                                                      javax.ejb.FinderException,
                                                      javax.naming.NamingException

This method provides access to the ORDPICKHST.ORDERPICKINGTYPE column of DB2 type INTEGER NULL.

The following is a description of this column:

Reserved for IBM internal use.

Returns:
java.lang.Integer
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getOrdPickHstNum

public java.lang.String getOrdPickHstNum()
                                  throws java.rmi.RemoteException,
                                         javax.ejb.CreateException,
                                         javax.ejb.FinderException,
                                         javax.naming.NamingException

This method provides access to the ORDPICKHST.ORDPICKHSTNUM column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

Uniquely identifies a row for this OrderItem.

Specified by:
getOrdPickHstNum in interface OrderItemPickingHistoryAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getOrdPickHstNumInEJBType

public java.lang.Integer getOrdPickHstNumInEJBType()
                                            throws java.rmi.RemoteException,
                                                   javax.ejb.CreateException,
                                                   javax.ejb.FinderException,
                                                   javax.naming.NamingException

This method provides access to the ORDPICKHST.ORDPICKHSTNUM column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

Uniquely identifies a row for this OrderItem.

Returns:
java.lang.Integer
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getQtyPicked

public java.lang.String getQtyPicked()
                              throws java.rmi.RemoteException,
                                     javax.ejb.CreateException,
                                     javax.ejb.FinderException,
                                     javax.naming.NamingException

This method provides access to the ORDPICKHST.QTYPICKED column of DB2 type INTEGER NULL.

The following is a description of this column:

Quantity allocated from this receipt.

Specified by:
getQtyPicked in interface OrderItemPickingHistoryAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getQtyPickedInEJBType

public java.lang.Integer getQtyPickedInEJBType()
                                        throws java.rmi.RemoteException,
                                               javax.ejb.CreateException,
                                               javax.ejb.FinderException,
                                               javax.naming.NamingException

This method provides access to the ORDPICKHST.QTYPICKED column of DB2 type INTEGER NULL.

The following is a description of this column:

Quantity allocated from this receipt.

Returns:
java.lang.Integer
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getReceiptId

public java.lang.String getReceiptId()
                              throws java.rmi.RemoteException,
                                     javax.ejb.CreateException,
                                     javax.ejb.FinderException,
                                     javax.naming.NamingException

This method provides access to the ORDPICKHST.RECEIPT_ID column of DB2 type BIGINT NULL.

The following is a description of this column:

Receipt that was used for this allocation. This value will be NULL if the item is not tracked.

Specified by:
getReceiptId in interface OrderItemPickingHistoryAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getReceiptIdInEJBType

public java.lang.Long getReceiptIdInEJBType()
                                     throws java.rmi.RemoteException,
                                            javax.ejb.CreateException,
                                            javax.ejb.FinderException,
                                            javax.naming.NamingException

This method provides access to the ORDPICKHST.RECEIPT_ID column of DB2 type BIGINT NULL.

The following is a description of this column:

Receipt that was used for this allocation. This value will be NULL if the item is not tracked.

Returns:
java.lang.Long
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getVersionspcId

public java.lang.String getVersionspcId()
                                 throws java.rmi.RemoteException,
                                        javax.ejb.CreateException,
                                        javax.ejb.FinderException,
                                        javax.naming.NamingException

This method provides access to the ORDPICKHST.VERSIONSPC_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

Item identifier.

Specified by:
getVersionspcId in interface OrderItemPickingHistoryAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getVersionspcIdInEJBType

public java.lang.Long getVersionspcIdInEJBType()
                                        throws java.rmi.RemoteException,
                                               javax.ejb.CreateException,
                                               javax.ejb.FinderException,
                                               javax.naming.NamingException

This method provides access to the ORDPICKHST.VERSIONSPC_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

Item identifier.

Returns:
java.lang.Long
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

refreshCopyHelper

public void refreshCopyHelper()
                       throws java.rmi.RemoteException,
                              javax.ejb.CreateException,
                              javax.ejb.FinderException,
                              javax.naming.NamingException

Load data from the EJBObject.

Overrides:
refreshCopyHelper in class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
Returns:
void
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

setDatePicked

public void setDatePicked(java.lang.String aDatePicked)

This method provides access to the ORDPICKHST.DATEPICKED column of DB2 type TIMESTAMP NULL.

The following is a description of this column:

The time when inventory was allocated to the Order.

Specified by:
setDatePicked in interface OrderItemPickingHistoryAccessBeanData
Parameters:
aDatePicked - java.lang.String
Returns:
void

setDatePicked

public void setDatePicked(java.sql.Timestamp aDatePicked)

This method provides access to the ORDPICKHST.DATEPICKED column of DB2 type TIMESTAMP NULL.

The following is a description of this column:

The time when inventory was allocated to the Order.

Parameters:
aDatePicked - java.sql.Timestamp
Returns:
void

setInitKey_orderItemsId

public void setInitKey_orderItemsId(java.lang.String aInitKey_orderItemsId)

Set the primary key for this object

Parameters:
aInitKey_orderItemsId - java.lang.String
Returns:
void

setInitKey_ordPickHstNum

public void setInitKey_ordPickHstNum(java.lang.String aInitKey_ordPickHstNum)

Set the primary key for this object

Parameters:
aInitKey_ordPickHstNum - java.lang.String
Returns:
void

setLastupdate

public void setLastupdate(java.lang.String aLastupdate)

This method provides access to the ORDPICKHST.LASTUPDATE column of DB2 type TIMESTAMP NULL.

The following is a description of this column:

Time of last update.

Specified by:
setLastupdate in interface OrderItemPickingHistoryAccessBeanData
Parameters:
aLastupdate - java.lang.String
Returns:
void

setLastupdate

public void setLastupdate(java.sql.Timestamp aLastupdate)

This method provides access to the ORDPICKHST.LASTUPDATE column of DB2 type TIMESTAMP NULL.

The following is a description of this column:

Time of last update.

Parameters:
aLastupdate - java.sql.Timestamp
Returns:
void

setOrderItemsId

public void setOrderItemsId(java.lang.Long aOrderItemsId)

This method provides access to the ORDPICKHST.ORDERITEMS_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

Foreign key to the ORDERITEMS table.

Parameters:
aOrderItemsId - java.lang.Long
Returns:
void

setOrderItemsId

public void setOrderItemsId(java.lang.String aOrderItemsId)

This method provides access to the ORDPICKHST.ORDERITEMS_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

Foreign key to the ORDERITEMS table.

Specified by:
setOrderItemsId in interface OrderItemPickingHistoryAccessBeanData
Parameters:
aOrderItemsId - java.lang.String
Returns:
void

setOrderPickingType

public void setOrderPickingType(java.lang.Integer aOrderPickingType)

This method provides access to the ORDPICKHST.ORDERPICKINGTYPE column of DB2 type INTEGER NULL.

The following is a description of this column:

Reserved for IBM internal use.

Parameters:
aOrderPickingType - java.lang.Integer
Returns:
void

setOrderPickingType

public void setOrderPickingType(java.lang.String aOrderPickingType)

This method provides access to the ORDPICKHST.ORDERPICKINGTYPE column of DB2 type INTEGER NULL.

The following is a description of this column:

Reserved for IBM internal use.

Specified by:
setOrderPickingType in interface OrderItemPickingHistoryAccessBeanData
Parameters:
aOrderPickingType - java.lang.String
Returns:
void

setOrdPickHstNum

public void setOrdPickHstNum(java.lang.Integer aOrdPickHstNum)

This method provides access to the ORDPICKHST.ORDPICKHSTNUM column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

Uniquely identifies a row for this OrderItem.

Parameters:
aOrdPickHstNum - java.lang.Integer
Returns:
void

setOrdPickHstNum

public void setOrdPickHstNum(java.lang.String aOrdPickHstNum)

This method provides access to the ORDPICKHST.ORDPICKHSTNUM column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

Uniquely identifies a row for this OrderItem.

Specified by:
setOrdPickHstNum in interface OrderItemPickingHistoryAccessBeanData
Parameters:
aOrdPickHstNum - java.lang.String
Returns:
void

setQtyPicked

public void setQtyPicked(java.lang.Integer aQtyPicked)

This method provides access to the ORDPICKHST.QTYPICKED column of DB2 type INTEGER NULL.

The following is a description of this column:

Quantity allocated from this receipt.

Parameters:
aQtyPicked - java.lang.Integer
Returns:
void

setQtyPicked

public void setQtyPicked(java.lang.String aQtyPicked)

This method provides access to the ORDPICKHST.QTYPICKED column of DB2 type INTEGER NULL.

The following is a description of this column:

Quantity allocated from this receipt.

Specified by:
setQtyPicked in interface OrderItemPickingHistoryAccessBeanData
Parameters:
aQtyPicked - java.lang.String
Returns:
void

setReceiptId

public void setReceiptId(java.lang.Long aReceiptId)

This method provides access to the ORDPICKHST.RECEIPT_ID column of DB2 type BIGINT NULL.

The following is a description of this column:

Receipt that was used for this allocation. This value will be NULL if the item is not tracked.

Parameters:
aReceiptId - java.lang.Long
Returns:
void

setReceiptId

public void setReceiptId(java.lang.String aReceiptId)

This method provides access to the ORDPICKHST.RECEIPT_ID column of DB2 type BIGINT NULL.

The following is a description of this column:

Receipt that was used for this allocation. This value will be NULL if the item is not tracked.

Specified by:
setReceiptId in interface OrderItemPickingHistoryAccessBeanData
Parameters:
aReceiptId - java.lang.String
Returns:
void

setVersionspcId

public void setVersionspcId(java.lang.Long aVersionspcId)

This method provides access to the ORDPICKHST.VERSIONSPC_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

Item identifier.

Parameters:
aVersionspcId - java.lang.Long
Returns:
void

setVersionspcId

public void setVersionspcId(java.lang.String aVersionspcId)

This method provides access to the ORDPICKHST.VERSIONSPC_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

Item identifier.

Specified by:
setVersionspcId in interface OrderItemPickingHistoryAccessBeanData
Parameters:
aVersionspcId - java.lang.String
Returns:
void