com.ibm.commerce.inventory.objects
Class StoreItemFulfillmentCenterBean

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

public class StoreItemFulfillmentCenterBean
implements java.io.Serializable

This bean provides access to the STORITMFFC table.

The following is a description of this table:

Each row of this table contains information about a BaseItem for a particular Store (or all the Stores in a StoreGroup) and FulfillmentCenter.

See Also:
Serialized Form

Constructor Summary
StoreItemFulfillmentCenterBean()
           
 
Method Summary
 java.lang.Long getBaseItemId()
          This method provides access to the STORITMFFC.BASEITEM_ID column of DB2 type BIGINT NOT NULL.
 java.lang.Integer getFfmCenterId()
          This method provides access to the STORITMFFC.FFMCENTER_ID column of DB2 type INTEGER NOT NULL.
 java.lang.Integer getShippingOffset()
          This method provides access to the STORITMFFC.SHIPPINGOFFSET column of DB2 type INTEGER NOT NULL.
 java.lang.Integer getStoreentId()
          This method provides access to the STORITMFFC.STOREENT_ID column of DB2 type INTEGER NOT NULL.
 void setBaseItemId(java.lang.Long aBaseItemId)
          This method provides access to the STORITMFFC.BASEITEM_ID column of DB2 type BIGINT NOT NULL.
 void setFfmCenterId(java.lang.Integer aFfmCenterId)
          This method provides access to the STORITMFFC.FFMCENTER_ID column of DB2 type INTEGER NOT NULL.
 void setShippingOffset(java.lang.Integer aShippingOffset)
          This method provides access to the STORITMFFC.SHIPPINGOFFSET column of DB2 type INTEGER NOT NULL.
 void setStoreentId(java.lang.Integer aStoreentId)
          This method provides access to the STORITMFFC.STOREENT_ID column of DB2 type INTEGER NOT NULL.
 

Constructor Detail

StoreItemFulfillmentCenterBean

public StoreItemFulfillmentCenterBean()
Method Detail

getBaseItemId

public java.lang.Long getBaseItemId()

This method provides access to the STORITMFFC.BASEITEM_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

The BaseItem.

Returns:
java.lang.Long

getFfmCenterId

public java.lang.Integer getFfmCenterId()

This method provides access to the STORITMFFC.FFMCENTER_ID column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

The FulfillmentCenter.

Returns:
java.lang.Integer

getShippingOffset

public java.lang.Integer getShippingOffset()

This method provides access to the STORITMFFC.SHIPPINGOFFSET column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

An estimate of the number of seconds it takes from the time an OrderItem is released for fulfillment until it is shipped to the customer.

Returns:
java.lang.Integer

getStoreentId

public java.lang.Integer getStoreentId()

This method provides access to the STORITMFFC.STOREENT_ID column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

The Store or StoreGroup for this row. Attributes in this row apply to the specified Store, or to Stores in the specified StoreGroup that do not have their own row.

Returns:
java.lang.Integer

setBaseItemId

public void setBaseItemId(java.lang.Long aBaseItemId)

This method provides access to the STORITMFFC.BASEITEM_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

The BaseItem.

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

setFfmCenterId

public void setFfmCenterId(java.lang.Integer aFfmCenterId)

This method provides access to the STORITMFFC.FFMCENTER_ID column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

The FulfillmentCenter.

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

setShippingOffset

public void setShippingOffset(java.lang.Integer aShippingOffset)

This method provides access to the STORITMFFC.SHIPPINGOFFSET column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

An estimate of the number of seconds it takes from the time an OrderItem is released for fulfillment until it is shipped to the customer.

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

setStoreentId

public void setStoreentId(java.lang.Integer aStoreentId)

This method provides access to the STORITMFFC.STOREENT_ID column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

The Store or StoreGroup for this row. Attributes in this row apply to the specified Store, or to Stores in the specified StoreGroup that do not have their own row.

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