|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.inventory.objects.ItemFulfillmentCenterBean
This bean provides access to the ITEMFFMCTR table.
The following is a description of this table:
Each rows contains information about reserved quantities, amount on backorder, and amount allocated to backorders for items owned by a store at a fulfillment center.
Constructor Summary | |
ItemFulfillmentCenterBean()
|
Method Summary | |
java.lang.Integer |
getFfmCenterId()
This method provides access to the ITEMFFMCTR.FFMCENTER_ID column of DB2 type INTEGER NOT NULL. |
java.lang.Long |
getItemSpcId()
This method provides access to the ITEMFFMCTR.ITEMSPC_ID column of DB2 type BIGINT NOT NULL. |
java.sql.Timestamp |
getLastUpdate()
This method provides access to the ITEMFFMCTR.LASTUPDATE column of DB2 type TIMESTAMP NULL. |
java.lang.Integer |
getQtyAllocBackOrder()
This method provides access to the ITEMFFMCTR.QTYALLOCBACKORDER column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getQtyBackOrdered()
This method provides access to the ITEMFFMCTR.QTYBACKORDERED column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getQtyReserved()
This method provides access to the ITEMFFMCTR.QTYRESERVED column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getStoreId()
This method provides access to the ITEMFFMCTR.STORE_ID column of DB2 type INTEGER NOT NULL. |
void |
setFfmCenterId(java.lang.Integer aFfmCenterId)
This method provides access to the ITEMFFMCTR.FFMCENTER_ID column of DB2 type INTEGER NOT NULL. |
void |
setItemSpcId(java.lang.Long aItemSpcId)
This method provides access to the ITEMFFMCTR.ITEMSPC_ID column of DB2 type BIGINT NOT NULL. |
void |
setLastUpdate(java.sql.Timestamp aLastUpdate)
This method provides access to the ITEMFFMCTR.LASTUPDATE column of DB2 type TIMESTAMP NULL. |
void |
setQtyAllocBackOrder(java.lang.Integer aQtyAllocBackOrder)
This method provides access to the ITEMFFMCTR.QTYALLOCBACKORDER column of DB2 type INTEGER NOT NULL. |
void |
setQtyBackOrdered(java.lang.Integer aQtyBackOrdered)
This method provides access to the ITEMFFMCTR.QTYBACKORDERED column of DB2 type INTEGER NOT NULL. |
void |
setQtyReserved(java.lang.Integer aQtyReserved)
This method provides access to the ITEMFFMCTR.QTYRESERVED column of DB2 type INTEGER NOT NULL. |
void |
setStoreId(java.lang.Integer aStoreId)
This method provides access to the ITEMFFMCTR.STORE_ID column of DB2 type INTEGER NOT NULL. |
Constructor Detail |
public ItemFulfillmentCenterBean()
Method Detail |
public java.lang.Integer getFfmCenterId()
This method provides access to the ITEMFFMCTR.FFMCENTER_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The fulfillment center ID.
public java.lang.Long getItemSpcId()
This method provides access to the ITEMFFMCTR.ITEMSPC_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The inventory item.
public java.sql.Timestamp getLastUpdate()
This method provides access to the ITEMFFMCTR.LASTUPDATE column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Timestamp of the last update.
public java.lang.Integer getQtyAllocBackOrder()
This method provides access to the ITEMFFMCTR.QTYALLOCBACKORDER column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Amount of in stock inventory allocated to a backorder.
public java.lang.Integer getQtyBackOrdered()
This method provides access to the ITEMFFMCTR.QTYBACKORDERED column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The quantity of this item backordered for this store and fulfillment center.
public java.lang.Integer getQtyReserved()
This method provides access to the ITEMFFMCTR.QTYRESERVED column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Reserved amount. May be used for auctions or other purposes.
public java.lang.Integer getStoreId()
This method provides access to the ITEMFFMCTR.STORE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The merchant store.
public void setFfmCenterId(java.lang.Integer aFfmCenterId)
This method provides access to the ITEMFFMCTR.FFMCENTER_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The fulfillment center ID.
aFfmCenterId
- java.lang.Integerpublic void setItemSpcId(java.lang.Long aItemSpcId)
This method provides access to the ITEMFFMCTR.ITEMSPC_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The inventory item.
aItemSpcId
- java.lang.Longpublic void setLastUpdate(java.sql.Timestamp aLastUpdate)
This method provides access to the ITEMFFMCTR.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 setQtyAllocBackOrder(java.lang.Integer aQtyAllocBackOrder)
This method provides access to the ITEMFFMCTR.QTYALLOCBACKORDER column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Amount of in stock inventory allocated to a backorder.
aQtyAllocBackOrder
- java.lang.Integerpublic void setQtyBackOrdered(java.lang.Integer aQtyBackOrdered)
This method provides access to the ITEMFFMCTR.QTYBACKORDERED column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The quantity of this item backordered for this store and fulfillment center.
aQtyBackOrdered
- java.lang.Integerpublic void setQtyReserved(java.lang.Integer aQtyReserved)
This method provides access to the ITEMFFMCTR.QTYRESERVED column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Reserved amount. May be used for auctions or other purposes.
aQtyReserved
- java.lang.Integerpublic void setStoreId(java.lang.Integer aStoreId)
This method provides access to the ITEMFFMCTR.STORE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The merchant store.
aStoreId
- java.lang.Integer
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |