com.ibm.commerce.inventory.objects
Interface StoreItemFulfillmentCenterAccessBeanData

All Known Implementing Classes:
StoreItemFulfillmentCenterAccessBean

public interface StoreItemFulfillmentCenterAccessBeanData

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


Method Summary
 java.lang.String getBaseItemId()
           
 java.lang.String getFfmCenterId()
           
 java.lang.String getShippingOffset()
           
 java.lang.String getStoreentId()
           
 void setBaseItemId(java.lang.String newValue)
           
 void setFfmCenterId(java.lang.String newValue)
           
 void setShippingOffset(java.lang.String newValue)
           
 void setStoreentId(java.lang.String newValue)            
 

Method Detail

getShippingOffset

public java.lang.String getShippingOffset()
                                   throws java.rmi.RemoteException,
                                          javax.ejb.CreateException,
                                          javax.ejb.FinderException,
                                          javax.naming.NamingException
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setShippingOffset

public void setShippingOffset(java.lang.String newValue)

getFfmCenterId

public java.lang.String getFfmCenterId()
                                throws java.rmi.RemoteException,
                                       javax.ejb.CreateException,
                                       javax.ejb.FinderException,
                                       javax.naming.NamingException
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setFfmCenterId

public void setFfmCenterId(java.lang.String newValue)

getBaseItemId

public java.lang.String getBaseItemId()
                               throws java.rmi.RemoteException,
                                      javax.ejb.CreateException,
                                      javax.ejb.FinderException,
                                      javax.naming.NamingException
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setBaseItemId

public void setBaseItemId(java.lang.String newValue)

getStoreentId

public java.lang.String getStoreentId()
                               throws java.rmi.RemoteException,
                                      javax.ejb.CreateException,
                                      javax.ejb.FinderException,
                                      javax.naming.NamingException
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setStoreentId

public void setStoreentId(java.lang.String newValue)