com.ibm.commerce.inventory.objects
Interface ItemFulfillmentCenterAccessBeanData

All Known Implementing Classes:
ItemFulfillmentCenterAccessBean

public interface ItemFulfillmentCenterAccessBeanData


Method Summary
 java.lang.String getFfmCenterId()
           
 java.lang.String getItemSpcId()
           
 java.lang.String getLastUpdate()
           
 java.lang.String getQtyAllocBackOrder()
           
 java.lang.String getQtyBackOrdered()
           
 java.lang.String getQtyReserved()
           
 java.lang.String getStoreId()
           
 void setFfmCenterId(java.lang.String newValue)
           
 void setItemSpcId(java.lang.String newValue)
           
 void setLastUpdate(java.lang.String newValue)
           
 void setQtyAllocBackOrder(java.lang.String newValue)
           
 void setQtyBackOrdered(java.lang.String newValue)
           
 void setQtyReserved(java.lang.String newValue)
           
 void setStoreId(java.lang.String newValue)
           
 

Method Detail

getFfmCenterId

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

getItemSpcId

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

getLastUpdate

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

getQtyAllocBackOrder

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

getQtyBackOrdered

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

getQtyReserved

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

getStoreId

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

setFfmCenterId

public void setFfmCenterId(java.lang.String newValue)

setItemSpcId

public void setItemSpcId(java.lang.String newValue)

setLastUpdate

public void setLastUpdate(java.lang.String newValue)

setQtyAllocBackOrder

public void setQtyAllocBackOrder(java.lang.String newValue)

setQtyBackOrdered

public void setQtyBackOrdered(java.lang.String newValue)

setQtyReserved

public void setQtyReserved(java.lang.String newValue)

setStoreId

public void setStoreId(java.lang.String newValue)