|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.inventory.objects.BackOrderItemBean
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.
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 |
public BackOrderItemBean()
Method Detail |
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.
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.
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.
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.
aDateExpected
- java.sql.Timestamppublic 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.
aLastupdate
- java.sql.Timestamppublic 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.
aOrderItemsId
- java.lang.Long
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |