com.ibm.commerce.inventory.objects
Class OrderItemShippingHistoryBean

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

public class OrderItemShippingHistoryBean
implements java.io.Serializable

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.

See Also:
Serialized Form

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

OrderItemShippingHistoryBean

public OrderItemShippingHistoryBean()
Method Detail

getDateShipped

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.

Returns:
java.sql.Timestamp

getLastupdate

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.

Returns:
java.sql.Timestamp

getOrderItemsId

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.

Returns:
java.lang.Long

getOrdShipHstNum

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.

Returns:
java.lang.Integer

getQtyReturned

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.

Returns:
java.lang.Integer

getQtyShipped

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.

Returns:
java.lang.Integer

getReceiptId

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.

Returns:
java.lang.Long

getVersionSpcId

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.

Returns:
java.lang.Long

setDateShipped

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.

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

setLastupdate

public 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.

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

setOrderItemsId

public 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.

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

setOrdShipHstNum

public 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.

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

setQtyReturned

public 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.

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

setQtyShipped

public 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.

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

setReceiptId

public 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.

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

setVersionSpcId

public 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.

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