com.ibm.commerce.inventory.objects
Class OrderItemPickingHistoryBean

com.ibm.commerce.inventory.objects.OrderItemPickingHistoryBean
All Implemented Interfaces:
java.io.Serializable

public class OrderItemPickingHistoryBean
implements java.io.Serializable

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

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

OrderItemPickingHistoryBean

public OrderItemPickingHistoryBean()
Method Detail

getDatePicked

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.

Returns:
java.sql.Timestamp

getLastupdate

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.

Returns:
java.sql.Timestamp

getOrderItemsId

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.

Returns:
java.lang.Long

getOrderPickingType

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.

Returns:
java.lang.Integer

getOrdPickHstNum

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.

Returns:
java.lang.Integer

getQtyPicked

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.

Returns:
java.lang.Integer

getReceiptId

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.

Returns:
java.lang.Long

getVersionspcId

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.

Returns:
java.lang.Long

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

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

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

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

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

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

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