|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.ivj.ejb.runtime.AbstractAccessBean | +--com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean | +--com.ibm.commerce.inventory.objects.ItemFulfillmentCenterAccessBean
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.
Fields inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean |
DEFAULT_NAMESERVICE_PROVIDER_URL, DEFAULT_NAMESERVICE_TYPE, ejbRef |
Constructor Summary | |
ItemFulfillmentCenterAccessBean()
Default constructor. |
|
ItemFulfillmentCenterAccessBean(javax.ejb.EJBObject object)
Creates an access bean for the specified EJB |
|
ItemFulfillmentCenterAccessBean(java.lang.Integer StoreId,
java.lang.Integer FfmCenterId,
java.lang.Long ItemSpcId)
Maps to a corresponding ejbCreate method in the home interface of the EJB |
Method Summary | |
void |
commitCopyHelper()
Update(flush) data to the EJBObject (persistent storage). |
java.util.Enumeration |
findByStoreIdAndFfmCenterIdAndItemSpcId(java.lang.Integer StoreId,
java.lang.Integer FfmCenterId,
java.lang.Long ItemSpcId)
Retrieves information about reserved quantities, amount on backorder, and amount allocated to backorders for items specified by the STORE_ID and FFMCENTER_ID and ITEMSPC_ID The SQL query used to fetch the requested row from the ITEMFFMCTR table is: SELECT * FROM ITEMFFMCTR T1 WHERE T1.STORE_ID = ? AND T1.FFMCENTER_ID = ? AND T1.ITEMSPC_ID = ? |
java.lang.String |
getFfmCenterId()
This method provides access to the ITEMFFMCTR.FFMCENTER_ID column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getFfmCenterIdInEJBType()
This method provides access to the ITEMFFMCTR.FFMCENTER_ID column of DB2 type INTEGER NOT NULL. |
java.lang.String |
getItemSpcId()
This method provides access to the ITEMFFMCTR.ITEMSPC_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getItemSpcIdInEJBType()
This method provides access to the ITEMFFMCTR.ITEMSPC_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String |
getLastUpdate()
This method provides access to the ITEMFFMCTR.LASTUPDATE column of DB2 type TIMESTAMP NULL. |
java.sql.Timestamp |
getLastUpdateInEJBType()
This method provides access to the ITEMFFMCTR.LASTUPDATE column of DB2 type TIMESTAMP NULL. |
java.lang.String |
getQtyAllocBackOrder()
This method provides access to the ITEMFFMCTR.QTYALLOCBACKORDER column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getQtyAllocBackOrderInEJBType()
This method provides access to the ITEMFFMCTR.QTYALLOCBACKORDER column of DB2 type INTEGER NOT NULL. |
java.lang.String |
getQtyBackOrdered()
This method provides access to the ITEMFFMCTR.QTYBACKORDERED column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getQtyBackOrderedInEJBType()
This method provides access to the ITEMFFMCTR.QTYBACKORDERED column of DB2 type INTEGER NOT NULL. |
java.lang.String |
getQtyReserved()
This method provides access to the ITEMFFMCTR.QTYRESERVED column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getQtyReservedInEJBType()
This method provides access to the ITEMFFMCTR.QTYRESERVED column of DB2 type INTEGER NOT NULL. |
java.lang.String |
getStoreId()
This method provides access to the ITEMFFMCTR.STORE_ID column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getStoreIdInEJBType()
This method provides access to the ITEMFFMCTR.STORE_ID column of DB2 type INTEGER NOT NULL. |
void |
refreshCopyHelper()
Load data from the EJBObject. |
void |
setFfmCenterId(java.lang.Integer aFfmCenterId)
This method provides access to the ITEMFFMCTR.FFMCENTER_ID column of DB2 type INTEGER NOT NULL. |
void |
setFfmCenterId(java.lang.String aFfmCenterId)
This method provides access to the ITEMFFMCTR.FFMCENTER_ID column of DB2 type INTEGER NOT NULL. |
void |
setInitKey_ffmCenterId(java.lang.String aInitKey_ffmCenterId)
Set the primary key for this object |
void |
setInitKey_itemSpcId(java.lang.String aInitKey_itemSpcId)
Set the primary key for this object |
void |
setInitKey_storeId(java.lang.String aInitKey_storeId)
Set the primary key for this object |
void |
setItemSpcId(java.lang.Long aItemSpcId)
This method provides access to the ITEMFFMCTR.ITEMSPC_ID column of DB2 type BIGINT NOT NULL. |
void |
setItemSpcId(java.lang.String aItemSpcId)
This method provides access to the ITEMFFMCTR.ITEMSPC_ID column of DB2 type BIGINT NOT NULL. |
void |
setLastUpdate(java.lang.String aLastUpdate)
This method provides access to the ITEMFFMCTR.LASTUPDATE column of DB2 type TIMESTAMP 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 |
setQtyAllocBackOrder(java.lang.String 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 |
setQtyBackOrdered(java.lang.String 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 |
setQtyReserved(java.lang.String 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. |
void |
setStoreId(java.lang.String aStoreId)
This method provides access to the ITEMFFMCTR.STORE_ID column of DB2 type INTEGER NOT NULL. |
Methods inherited from class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean |
__getCache, __getCache, __getKey, __setCache, __setCache, __setKey, commitCopyHelper, createAccessBeans, createAccessBeans, instantiateEJBByPrimaryKey, refreshCopyHelper, setEJBRef |
Methods inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean |
defaultJNDIName, defaultNameServiceType, defaultNameServiceURL, getEJBRef, getGlobalHome, getHome, getInit_GlobalNameServiceTypeName, getInit_GlobalNameServiceURLName, getInit_JNDIName, getInit_NameServiceTypeName, getInit_NameServiceURLName, getInitContext, getInitContext, instantiateEJB, resetEJBRef, resetHomeCache, setInit_GlobalNameServiceTypeName, setInit_GlobalNameServiceURLName, setInit_JNDIName, setInit_NameServiceTypeName, setInit_NameServiceURLName |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ItemFulfillmentCenterAccessBean()
Default constructor. Maps to findByPrimaryKey.
public ItemFulfillmentCenterAccessBean(javax.ejb.EJBObject object) throws java.rmi.RemoteException
Creates an access bean for the specified EJB
object
- - javax.ejb.EJBObjectjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionpublic ItemFulfillmentCenterAccessBean(java.lang.Integer StoreId, java.lang.Integer FfmCenterId, java.lang.Long ItemSpcId) throws javax.naming.NamingException, javax.ejb.CreateException, java.rmi.RemoteException, javax.ejb.FinderException
Maps to a corresponding ejbCreate method in the home interface of the EJB
StoreId
- - java.lang.IntegerFfmCenterId
- - java.lang.IntegerItemSpcId
- - java.lang.Longjavax.naming.NamingException
- The javax.naming.NamingException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionMethod Detail |
public void commitCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Update(flush) data to the EJBObject (persistent storage).
commitCopyHelper
in class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.util.Enumeration findByStoreIdAndFfmCenterIdAndItemSpcId(java.lang.Integer StoreId, java.lang.Integer FfmCenterId, java.lang.Long ItemSpcId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves information about reserved quantities, amount on backorder, and amount allocated to backorders for items specified by the STORE_ID and FFMCENTER_ID and ITEMSPC_ID
The SQL query used to fetch the requested row from the
ITEMFFMCTR table is:
SELECT * FROM ITEMFFMCTR T1 WHERE T1.STORE_ID = ? AND T1.FFMCENTER_ID = ? AND T1.ITEMSPC_ID = ?
StoreId
- - java.lang.IntegerFfmCenterId
- - java.lang.IntegerItemSpcId
- - java.lang.Longjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getFfmCenterId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
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.
getFfmCenterId
in interface ItemFulfillmentCenterAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.Integer getFfmCenterIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
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.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getItemSpcId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
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.
getItemSpcId
in interface ItemFulfillmentCenterAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.Long getItemSpcIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
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.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getLastUpdate() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
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.
getLastUpdate
in interface ItemFulfillmentCenterAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.sql.Timestamp getLastUpdateInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
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.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getQtyAllocBackOrder() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
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.
getQtyAllocBackOrder
in interface ItemFulfillmentCenterAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.Integer getQtyAllocBackOrderInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
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.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getQtyBackOrdered() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
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.
getQtyBackOrdered
in interface ItemFulfillmentCenterAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.Integer getQtyBackOrderedInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
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.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getQtyReserved() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
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.
getQtyReserved
in interface ItemFulfillmentCenterAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.Integer getQtyReservedInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
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.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getStoreId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
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.
getStoreId
in interface ItemFulfillmentCenterAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.Integer getStoreIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
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.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic void refreshCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Load data from the EJBObject.
refreshCopyHelper
in class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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 setFfmCenterId(java.lang.String 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.
setFfmCenterId
in interface ItemFulfillmentCenterAccessBeanData
aFfmCenterId
- java.lang.Stringpublic void setInitKey_ffmCenterId(java.lang.String aInitKey_ffmCenterId)
Set the primary key for this object
aInitKey_ffmCenterId
- java.lang.Stringpublic void setInitKey_itemSpcId(java.lang.String aInitKey_itemSpcId)
Set the primary key for this object
aInitKey_itemSpcId
- java.lang.Stringpublic void setInitKey_storeId(java.lang.String aInitKey_storeId)
Set the primary key for this object
aInitKey_storeId
- java.lang.Stringpublic 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 setItemSpcId(java.lang.String 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.
setItemSpcId
in interface ItemFulfillmentCenterAccessBeanData
aItemSpcId
- java.lang.Stringpublic void setLastUpdate(java.lang.String 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.
setLastUpdate
in interface ItemFulfillmentCenterAccessBeanData
aLastUpdate
- java.lang.Stringpublic 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 setQtyAllocBackOrder(java.lang.String 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.
setQtyAllocBackOrder
in interface ItemFulfillmentCenterAccessBeanData
aQtyAllocBackOrder
- java.lang.Stringpublic 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 setQtyBackOrdered(java.lang.String 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.
setQtyBackOrdered
in interface ItemFulfillmentCenterAccessBeanData
aQtyBackOrdered
- java.lang.Stringpublic 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 setQtyReserved(java.lang.String 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.
setQtyReserved
in interface ItemFulfillmentCenterAccessBeanData
aQtyReserved
- java.lang.Stringpublic 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.Integerpublic void setStoreId(java.lang.String 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.
setStoreId
in interface ItemFulfillmentCenterAccessBeanData
aStoreId
- java.lang.String
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |