com.ibm.commerce.fulfillment.objects
Interface InventoryAccessBeanData

All Known Implementing Classes:
InventoryAccessBean

public interface InventoryAccessBeanData


Method Summary
 java.lang.String getCatalogEntryId()
           
 java.lang.String getFulfillmentCenterId()
           
 java.lang.String getInventoryFlags()
           
 java.lang.String getQuantity()
           
 java.lang.String getQuantityMeasure()
           
 java.lang.String getStoreId()
           
 void setInventoryFlags(java.lang.String newValue)
           
 void setQuantity(java.lang.String newValue)
           
 void setQuantityMeasure(java.lang.String newValue)
           
 void setStoreId(java.lang.String newValue)
           
 

Method Detail

getCatalogEntryId

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

getFulfillmentCenterId

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

getInventoryFlags

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

getQuantity

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

getQuantityMeasure

public java.lang.String getQuantityMeasure()
                                    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

setInventoryFlags

public void setInventoryFlags(java.lang.String newValue)

setQuantity

public void setQuantity(java.lang.String newValue)

setQuantityMeasure

public void setQuantityMeasure(java.lang.String newValue)

setStoreId

public void setStoreId(java.lang.String newValue)