|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.inventory.objects.OrderItemPickingHistoryBean
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.
Constructor Summary | |
OrderItemPickingHistoryBean()
|
Method Summary | |
java.sql.Timestamp |
getDatePicked()
This method provides access to the ORDPICKHST.DATEPICKED column of DB2 type TIMESTAMP NULL. |
java.sql.Timestamp |
getLastupdate()
This method provides access to the ORDPICKHST.LASTUPDATE column of DB2 type TIMESTAMP NULL. |
java.lang.Long |
getOrderItemsId()
This method provides access to the ORDPICKHST.ORDERITEMS_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Integer |
getOrderPickingType()
This method provides access to the ORDPICKHST.ORDERPICKINGTYPE column of DB2 type INTEGER NULL. |
java.lang.Integer |
getOrdPickHstNum()
This method provides access to the ORDPICKHST.ORDPICKHSTNUM column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getQtyPicked()
This method provides access to the ORDPICKHST.QTYPICKED column of DB2 type INTEGER NULL. |
java.lang.Long |
getReceiptId()
This method provides access to the ORDPICKHST.RECEIPT_ID column of DB2 type BIGINT NULL. |
java.lang.Long |
getVersionspcId()
This method provides access to the ORDPICKHST.VERSIONSPC_ID column of DB2 type BIGINT NOT NULL. |
void |
setDatePicked(java.sql.Timestamp aDatePicked)
This method provides access to the ORDPICKHST.DATEPICKED 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 |
setOrderPickingType(java.lang.Integer 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 |
setQtyPicked(java.lang.Integer 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 |
setVersionspcId(java.lang.Long aVersionspcId)
This method provides access to the ORDPICKHST.VERSIONSPC_ID column of DB2 type BIGINT NOT NULL. |
Constructor Detail |
public OrderItemPickingHistoryBean()
Method Detail |
public java.sql.Timestamp getDatePicked()
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.
public java.sql.Timestamp getLastupdate()
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.
public java.lang.Long getOrderItemsId()
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.
public java.lang.Integer getOrderPickingType()
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.
public java.lang.Integer getOrdPickHstNum()
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.
public java.lang.Integer getQtyPicked()
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.
public java.lang.Long getReceiptId()
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.
public java.lang.Long getVersionspcId()
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.
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.
aDatePicked
- java.sql.Timestamppublic 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 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 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 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 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 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.Long
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |