|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.inventory.objects.RABackOrderAllocationBean
This bean provides access to the RABACKALLO table.
The following is a description of this table:
Each row contains information about how backorders are allocated against expected inventory.
Constructor Summary | |
RABackOrderAllocationBean()
|
Method Summary | |
java.lang.Long |
getItemSpcId()
This method provides access to the RABACKALLO.ITEMSPC_ID column of DB2 type BIGINT NOT NULL. |
java.sql.Timestamp |
getLastupdate()
This method provides access to the RABACKALLO.LASTUPDATE column of DB2 type TIMESTAMP NULL. |
java.lang.Long |
getOrderitemsId()
This method provides access to the RABACKALLO.ORDERITEMS_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Integer |
getQtyAllocated()
This method provides access to the RABACKALLO.QTYALLOCATED column of DB2 type INTEGER NULL. |
java.lang.Integer |
getRaBackAlloNum()
This method provides access to the RABACKALLO.RABACKALLONUM column of DB2 type INTEGER NOT NULL. |
java.lang.Long |
getRaDetailId()
This method provides access to the RABACKALLO.RADETAIL_ID column of DB2 type BIGINT NOT NULL. |
void |
setItemSpcId(java.lang.Long aItemSpcId)
This method provides access to the RABACKALLO.ITEMSPC_ID column of DB2 type BIGINT NOT NULL. |
void |
setLastupdate(java.sql.Timestamp aLastupdate)
This method provides access to the RABACKALLO.LASTUPDATE column of DB2 type TIMESTAMP NULL. |
void |
setOrderitemsId(java.lang.Long aOrderitemsId)
This method provides access to the RABACKALLO.ORDERITEMS_ID column of DB2 type BIGINT NOT NULL. |
void |
setQtyAllocated(java.lang.Integer aQtyAllocated)
This method provides access to the RABACKALLO.QTYALLOCATED column of DB2 type INTEGER NULL. |
void |
setRaBackAlloNum(java.lang.Integer aRaBackAlloNum)
This method provides access to the RABACKALLO.RABACKALLONUM column of DB2 type INTEGER NOT NULL. |
void |
setRaDetailId(java.lang.Long aRaDetailId)
This method provides access to the RABACKALLO.RADETAIL_ID column of DB2 type BIGINT NOT NULL. |
Constructor Detail |
public RABackOrderAllocationBean()
Method Detail |
public java.lang.Long getItemSpcId()
This method provides access to the RABACKALLO.ITEMSPC_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The backordered item.
public java.sql.Timestamp getLastupdate()
This method provides access to the RABACKALLO.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 RABACKALLO.ORDERITEMS_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The OrderItem that is backordered.
public java.lang.Integer getQtyAllocated()
This method provides access to the RABACKALLO.QTYALLOCATED column of DB2 type INTEGER NULL.
The following is a description of this column:
Amount of expected inventory allocated to this backordered OrderItem.
public java.lang.Integer getRaBackAlloNum()
This method provides access to the RABACKALLO.RABACKALLONUM column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Uniquely identifies this row for a backordered OrderItem.
public java.lang.Long getRaDetailId()
This method provides access to the RABACKALLO.RADETAIL_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The RADETAIL row which contributed to the allocation.
public void setItemSpcId(java.lang.Long aItemSpcId)
This method provides access to the RABACKALLO.ITEMSPC_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The backordered item.
aItemSpcId
- java.lang.Longpublic void setLastupdate(java.sql.Timestamp aLastupdate)
This method provides access to the RABACKALLO.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 RABACKALLO.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.Longpublic void setQtyAllocated(java.lang.Integer aQtyAllocated)
This method provides access to the RABACKALLO.QTYALLOCATED column of DB2 type INTEGER NULL.
The following is a description of this column:
Amount of expected inventory allocated to this backordered OrderItem.
aQtyAllocated
- java.lang.Integerpublic void setRaBackAlloNum(java.lang.Integer aRaBackAlloNum)
This method provides access to the RABACKALLO.RABACKALLONUM column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Uniquely identifies this row for a backordered OrderItem.
aRaBackAlloNum
- java.lang.Integerpublic void setRaDetailId(java.lang.Long aRaDetailId)
This method provides access to the RABACKALLO.RADETAIL_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The RADETAIL row which contributed to the allocation.
aRaDetailId
- java.lang.Long
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |