com.ibm.commerce.inventory.objects
Class BackOrderItemBean

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

public class BackOrderItemBean
implements java.io.Serializable

This bean provides access to the BKORDITEM table.

The following is a description of this table:

Each row contains the expected ship date of a backordered OrderItem.

See Also:
Serialized Form

Constructor Summary
BackOrderItemBean()
           
 
Method Summary
 java.sql.Timestamp getDateExpected()
          This method provides access to the BKORDITEM.DATEEXPECTED column of DB2 type TIMESTAMP NULL.
 java.sql.Timestamp getLastupdate()
          This method provides access to the BKORDITEM.LASTUPDATE column of DB2 type TIMESTAMP NULL.
 java.lang.Long getOrderItemsId()
          This method provides access to the BKORDITEM.ORDERITEMS_ID column of DB2 type BIGINT NOT NULL.
 void setDateExpected(java.sql.Timestamp aDateExpected)
          This method provides access to the BKORDITEM.DATEEXPECTED column of DB2 type TIMESTAMP NULL.
 void setLastupdate(java.sql.Timestamp aLastupdate)
          This method provides access to the BKORDITEM.LASTUPDATE column of DB2 type TIMESTAMP NULL.
 void setOrderItemsId(java.lang.Long aOrderItemsId)
          This method provides access to the BKORDITEM.ORDERITEMS_ID column of DB2 type BIGINT NOT NULL.
 

Constructor Detail

BackOrderItemBean

public BackOrderItemBean()
Method Detail

getDateExpected

public java.sql.Timestamp getDateExpected()

This method provides access to the BKORDITEM.DATEEXPECTED column of DB2 type TIMESTAMP NULL.

The following is a description of this column:

Expected ship date for the backordered Item.

Returns:
java.sql.Timestamp

getLastupdate

public java.sql.Timestamp getLastupdate()

This method provides access to the BKORDITEM.LASTUPDATE column of DB2 type TIMESTAMP NULL.

The following is a description of this column:

Timestamp of the last update.

Returns:
java.sql.Timestamp

getOrderItemsId

public java.lang.Long getOrderItemsId()

This method provides access to the BKORDITEM.ORDERITEMS_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

The OrderItem that is backordered.

Returns:
java.lang.Long

setDateExpected

public void setDateExpected(java.sql.Timestamp aDateExpected)

This method provides access to the BKORDITEM.DATEEXPECTED column of DB2 type TIMESTAMP NULL.

The following is a description of this column:

Expected ship date for the backordered Item.

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

setLastupdate

public void setLastupdate(java.sql.Timestamp aLastupdate)

This method provides access to the BKORDITEM.LASTUPDATE column of DB2 type TIMESTAMP NULL.

The following is a description of this column:

Timestamp of the last update.

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

setOrderItemsId

public void setOrderItemsId(java.lang.Long aOrderItemsId)

This method provides access to the BKORDITEM.ORDERITEMS_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

The OrderItem that is backordered.

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