com.ibm.commerce.inventory.objects
Class ItemFulfillmentCenterAccessBean

java.lang.Object
  |
  +--com.ibm.ivj.ejb.runtime.AbstractAccessBean
        |
        +--com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
              |
              +--com.ibm.commerce.inventory.objects.ItemFulfillmentCenterAccessBean
All Implemented Interfaces:
ItemFulfillmentCenterAccessBeanData, java.io.Serializable

public class ItemFulfillmentCenterAccessBean
extends com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
implements ItemFulfillmentCenterAccessBeanData

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

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

ItemFulfillmentCenterAccessBean

public ItemFulfillmentCenterAccessBean()

Default constructor. Maps to findByPrimaryKey.


ItemFulfillmentCenterAccessBean

public ItemFulfillmentCenterAccessBean(javax.ejb.EJBObject object)
                                throws java.rmi.RemoteException

Creates an access bean for the specified EJB

Parameters:
object - - javax.ejb.EJBObject
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception

ItemFulfillmentCenterAccessBean

public 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

Parameters:
StoreId - - java.lang.Integer
FfmCenterId - - java.lang.Integer
ItemSpcId - - java.lang.Long
Throws:
javax.naming.NamingException - The javax.naming.NamingException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
Method Detail

commitCopyHelper

public void commitCopyHelper()
                      throws java.rmi.RemoteException,
                             javax.ejb.CreateException,
                             javax.ejb.FinderException,
                             javax.naming.NamingException

Update(flush) data to the EJBObject (persistent storage).

Overrides:
commitCopyHelper in class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
Returns:
void
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

findByStoreIdAndFfmCenterIdAndItemSpcId

public 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 = ?

Parameters:
StoreId - - java.lang.Integer
FfmCenterId - - java.lang.Integer
ItemSpcId - - java.lang.Long
Returns:
java.util.Enumeration
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getFfmCenterId

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

Specified by:
getFfmCenterId in interface ItemFulfillmentCenterAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getFfmCenterIdInEJBType

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

Returns:
java.lang.Integer
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getItemSpcId

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

Specified by:
getItemSpcId in interface ItemFulfillmentCenterAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getItemSpcIdInEJBType

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

Returns:
java.lang.Long
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getLastUpdate

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

Specified by:
getLastUpdate in interface ItemFulfillmentCenterAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getLastUpdateInEJBType

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

Returns:
java.sql.Timestamp
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getQtyAllocBackOrder

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

Specified by:
getQtyAllocBackOrder in interface ItemFulfillmentCenterAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getQtyAllocBackOrderInEJBType

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

Returns:
java.lang.Integer
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getQtyBackOrdered

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

Specified by:
getQtyBackOrdered in interface ItemFulfillmentCenterAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getQtyBackOrderedInEJBType

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

Returns:
java.lang.Integer
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getQtyReserved

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

Specified by:
getQtyReserved in interface ItemFulfillmentCenterAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getQtyReservedInEJBType

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

Returns:
java.lang.Integer
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getStoreId

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

Specified by:
getStoreId in interface ItemFulfillmentCenterAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getStoreIdInEJBType

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

Returns:
java.lang.Integer
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

refreshCopyHelper

public void refreshCopyHelper()
                       throws java.rmi.RemoteException,
                              javax.ejb.CreateException,
                              javax.ejb.FinderException,
                              javax.naming.NamingException

Load data from the EJBObject.

Overrides:
refreshCopyHelper in class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
Returns:
void
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

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

setFfmCenterId

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

Specified by:
setFfmCenterId in interface ItemFulfillmentCenterAccessBeanData
Parameters:
aFfmCenterId - java.lang.String
Returns:
void

setInitKey_ffmCenterId

public void setInitKey_ffmCenterId(java.lang.String aInitKey_ffmCenterId)

Set the primary key for this object

Parameters:
aInitKey_ffmCenterId - java.lang.String
Returns:
void

setInitKey_itemSpcId

public void setInitKey_itemSpcId(java.lang.String aInitKey_itemSpcId)

Set the primary key for this object

Parameters:
aInitKey_itemSpcId - java.lang.String
Returns:
void

setInitKey_storeId

public void setInitKey_storeId(java.lang.String aInitKey_storeId)

Set the primary key for this object

Parameters:
aInitKey_storeId - java.lang.String
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

setItemSpcId

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

Specified by:
setItemSpcId in interface ItemFulfillmentCenterAccessBeanData
Parameters:
aItemSpcId - java.lang.String
Returns:
void

setLastUpdate

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

Specified by:
setLastUpdate in interface ItemFulfillmentCenterAccessBeanData
Parameters:
aLastUpdate - java.lang.String
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

setQtyAllocBackOrder

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

Specified by:
setQtyAllocBackOrder in interface ItemFulfillmentCenterAccessBeanData
Parameters:
aQtyAllocBackOrder - java.lang.String
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

setQtyBackOrdered

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

Specified by:
setQtyBackOrdered in interface ItemFulfillmentCenterAccessBeanData
Parameters:
aQtyBackOrdered - java.lang.String
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

setQtyReserved

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

Specified by:
setQtyReserved in interface ItemFulfillmentCenterAccessBeanData
Parameters:
aQtyReserved - java.lang.String
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

setStoreId

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

Specified by:
setStoreId in interface ItemFulfillmentCenterAccessBeanData
Parameters:
aStoreId - java.lang.String
Returns:
void