|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.ivj.ejb.runtime.AbstractAccessBean | +--com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean | +--com.ibm.commerce.inventory.objects.OrderItemPickingHistoryAccessBean
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.
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 |
public OrderItemPickingHistoryAccessBean()
Default constructor. Maps to findByPrimaryKey.
public OrderItemPickingHistoryAccessBean(javax.ejb.EJBObject object) throws java.rmi.RemoteException
Creates an access bean for the specified EJB
object
- - javax.ejb.EJBObjectjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionpublic 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
OrderItemsId
- - java.lang.LongVersionSpcId
- - java.lang.LongOrdPickHstNum
- - java.lang.Integerjavax.naming.NamingException
- The javax.naming.NamingException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionMethod Detail |
public void commitCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Update(flush) data to the EJBObject (persistent storage).
commitCopyHelper
in class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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 = ?
OrderItemsId
- - java.lang.Longjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
getDatePicked
in interface OrderItemPickingHistoryAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
getLastupdate
in interface OrderItemPickingHistoryAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
getOrderItemsId
in interface OrderItemPickingHistoryAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
getOrderPickingType
in interface OrderItemPickingHistoryAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
getOrdPickHstNum
in interface OrderItemPickingHistoryAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
getQtyPicked
in interface OrderItemPickingHistoryAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
getReceiptId
in interface OrderItemPickingHistoryAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
getVersionspcId
in interface OrderItemPickingHistoryAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic void refreshCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Load data from the EJBObject.
refreshCopyHelper
in class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
setDatePicked
in interface OrderItemPickingHistoryAccessBeanData
aDatePicked
- java.lang.Stringpublic 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.
aDatePicked
- java.sql.Timestamppublic void setInitKey_orderItemsId(java.lang.String aInitKey_orderItemsId)
Set the primary key for this object
aInitKey_orderItemsId
- java.lang.Stringpublic void setInitKey_ordPickHstNum(java.lang.String aInitKey_ordPickHstNum)
Set the primary key for this object
aInitKey_ordPickHstNum
- java.lang.Stringpublic 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.
setLastupdate
in interface OrderItemPickingHistoryAccessBeanData
aLastupdate
- java.lang.Stringpublic 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.
aLastupdate
- java.sql.Timestamppublic 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.
aOrderItemsId
- java.lang.Longpublic 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.
setOrderItemsId
in interface OrderItemPickingHistoryAccessBeanData
aOrderItemsId
- java.lang.Stringpublic 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.
aOrderPickingType
- java.lang.Integerpublic 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.
setOrderPickingType
in interface OrderItemPickingHistoryAccessBeanData
aOrderPickingType
- java.lang.Stringpublic 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.
aOrdPickHstNum
- java.lang.Integerpublic 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.
setOrdPickHstNum
in interface OrderItemPickingHistoryAccessBeanData
aOrdPickHstNum
- java.lang.Stringpublic 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.
aQtyPicked
- java.lang.Integerpublic 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.
setQtyPicked
in interface OrderItemPickingHistoryAccessBeanData
aQtyPicked
- java.lang.Stringpublic 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.
aReceiptId
- java.lang.Longpublic 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.
setReceiptId
in interface OrderItemPickingHistoryAccessBeanData
aReceiptId
- java.lang.Stringpublic 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.
aVersionspcId
- java.lang.Longpublic 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.
setVersionspcId
in interface OrderItemPickingHistoryAccessBeanData
aVersionspcId
- java.lang.String
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |