com.ibm.commerce.inventory.objects
Class ItemFulfillmentCenterBean

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

public class ItemFulfillmentCenterBean
implements java.io.Serializable

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.

See Also:
Serialized Form

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

ItemFulfillmentCenterBean

public ItemFulfillmentCenterBean()
Method Detail

getFfmCenterId

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.

Returns:
java.lang.Integer

getItemSpcId

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.

Returns:
java.lang.Long

getLastUpdate

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.

Returns:
java.sql.Timestamp

getQtyAllocBackOrder

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.

Returns:
java.lang.Integer

getQtyBackOrdered

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.

Returns:
java.lang.Integer

getQtyReserved

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.

Returns:
java.lang.Integer

getStoreId

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.

Returns:
java.lang.Integer

setFfmCenterId

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.

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

setItemSpcId

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

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

setLastUpdate

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

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

setQtyAllocBackOrder

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

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

setQtyBackOrdered

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

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

setQtyReserved

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

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

setStoreId

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

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