|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.inventory.objects.OrderItemShippingHistoryBean
This bean provides access to the ORDSHIPHST table.
The following is a description of this table:
Each row contains information about inventory that has been released for fulfillment of an OrderItem.
Constructor Summary | |
OrderItemShippingHistoryBean()
|
Method Summary | |
java.sql.Timestamp |
getDateShipped()
This method provides access to the ORDSHIPHST.DATESHIPPED column of DB2 type TIMESTAMP NULL. |
java.sql.Timestamp |
getLastupdate()
This method provides access to the ORDSHIPHST.LASTUPDATE column of DB2 type TIMESTAMP NULL. |
java.lang.Long |
getOrderItemsId()
This method provides access to the ORDSHIPHST.ORDERITEMS_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Integer |
getOrdShipHstNum()
This method provides access to the ORDSHIPHST.ORDSHIPHSTNUM column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getQtyReturned()
This method provides access to the ORDSHIPHST.QTYRETURNED column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getQtyShipped()
This method provides access to the ORDSHIPHST.QTYSHIPPED column of DB2 type INTEGER NULL. |
java.lang.Long |
getReceiptId()
This method provides access to the ORDSHIPHST.RECEIPT_ID column of DB2 type BIGINT NULL. |
java.lang.Long |
getVersionSpcId()
This method provides access to the ORDSHIPHST.VERSIONSPC_ID column of DB2 type BIGINT NOT NULL. |
void |
setDateShipped(java.sql.Timestamp aDateShipped)
This method provides access to the ORDSHIPHST.DATESHIPPED column of DB2 type TIMESTAMP NULL. |
void |
setLastupdate(java.sql.Timestamp aLastupdate)
This method provides access to the ORDSHIPHST.LASTUPDATE column of DB2 type TIMESTAMP NULL. |
void |
setOrderItemsId(java.lang.Long aOrderItemsId)
This method provides access to the ORDSHIPHST.ORDERITEMS_ID column of DB2 type BIGINT NOT NULL. |
void |
setOrdShipHstNum(java.lang.Integer aOrdShipHstNum)
This method provides access to the ORDSHIPHST.ORDSHIPHSTNUM column of DB2 type INTEGER NOT NULL. |
void |
setQtyReturned(java.lang.Integer aQtyReturned)
This method provides access to the ORDSHIPHST.QTYRETURNED column of DB2 type INTEGER NOT NULL. |
void |
setQtyShipped(java.lang.Integer aQtyShipped)
This method provides access to the ORDSHIPHST.QTYSHIPPED column of DB2 type INTEGER NULL. |
void |
setReceiptId(java.lang.Long aReceiptId)
This method provides access to the ORDSHIPHST.RECEIPT_ID column of DB2 type BIGINT NULL. |
void |
setVersionSpcId(java.lang.Long aVersionSpcId)
This method provides access to the ORDSHIPHST.VERSIONSPC_ID column of DB2 type BIGINT NOT NULL. |
Constructor Detail |
public OrderItemShippingHistoryBean()
Method Detail |
public java.sql.Timestamp getDateShipped()
This method provides access to the ORDSHIPHST.DATESHIPPED column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
The time the OrderItem was released for fulfillment.
public java.sql.Timestamp getLastupdate()
This method provides access to the ORDSHIPHST.LASTUPDATE column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
The time of last update.
public java.lang.Long getOrderItemsId()
This method provides access to the ORDSHIPHST.ORDERITEMS_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The OrderItem.
public java.lang.Integer getOrdShipHstNum()
This method provides access to the ORDSHIPHST.ORDSHIPHSTNUM column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Uniquely identifies this row for an OrderItem.
public java.lang.Integer getQtyReturned()
This method provides access to the ORDSHIPHST.QTYRETURNED column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The amount returned by the customer.
public java.lang.Integer getQtyShipped()
This method provides access to the ORDSHIPHST.QTYSHIPPED column of DB2 type INTEGER NULL.
The following is a description of this column:
Quantity shipped from this receipt.
public java.lang.Long getReceiptId()
This method provides access to the ORDSHIPHST.RECEIPT_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
The receipt for the shipped inventory.
public java.lang.Long getVersionSpcId()
This method provides access to the ORDSHIPHST.VERSIONSPC_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The item that describes the shipped inventory.
public void setDateShipped(java.sql.Timestamp aDateShipped)
This method provides access to the ORDSHIPHST.DATESHIPPED column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
The time the OrderItem was released for fulfillment.
aDateShipped
- java.sql.Timestamppublic void setLastupdate(java.sql.Timestamp aLastupdate)
This method provides access to the ORDSHIPHST.LASTUPDATE column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
The time of last update.
aLastupdate
- java.sql.Timestamppublic void setOrderItemsId(java.lang.Long aOrderItemsId)
This method provides access to the ORDSHIPHST.ORDERITEMS_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The OrderItem.
aOrderItemsId
- java.lang.Longpublic void setOrdShipHstNum(java.lang.Integer aOrdShipHstNum)
This method provides access to the ORDSHIPHST.ORDSHIPHSTNUM column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Uniquely identifies this row for an OrderItem.
aOrdShipHstNum
- java.lang.Integerpublic void setQtyReturned(java.lang.Integer aQtyReturned)
This method provides access to the ORDSHIPHST.QTYRETURNED column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The amount returned by the customer.
aQtyReturned
- java.lang.Integerpublic void setQtyShipped(java.lang.Integer aQtyShipped)
This method provides access to the ORDSHIPHST.QTYSHIPPED column of DB2 type INTEGER NULL.
The following is a description of this column:
Quantity shipped from this receipt.
aQtyShipped
- java.lang.Integerpublic void setReceiptId(java.lang.Long aReceiptId)
This method provides access to the ORDSHIPHST.RECEIPT_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
The receipt for the shipped inventory.
aReceiptId
- java.lang.Longpublic void setVersionSpcId(java.lang.Long aVersionSpcId)
This method provides access to the ORDSHIPHST.VERSIONSPC_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The item that describes the shipped inventory.
aVersionSpcId
- java.lang.Long
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |