|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.inventory.objects.StoreItemFulfillmentCenterBean
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.
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 |
public StoreItemFulfillmentCenterBean()
Method Detail |
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.
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.
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.
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.
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.
aBaseItemId
- java.lang.Longpublic 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.
aFfmCenterId
- java.lang.Integerpublic 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.
aShippingOffset
- java.lang.Integerpublic 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.
aStoreentId
- java.lang.Integer
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |