com.ibm.commerce.inventory.objects
Interface StoreItemAccessBeanData

All Known Implementing Classes:
StoreItemAccessBean

public interface StoreItemAccessBeanData


Method Summary
 java.lang.String getBackOrderable()
           
 java.lang.String getBaseItemId()
           
 java.lang.String getCreditable()
           
 java.lang.String getForceBackOrder()
           
 java.lang.String getForeignSKU()
           
 java.lang.String getForeignSystem()
           
 java.lang.String getLastupdate()
           
 java.lang.String getMinimumQtyForSplit()
           
 java.lang.String getReleaseSeparately()
           
 java.lang.String getReturnNotDesired()
           
 java.lang.String getStoreentId()
           
 java.lang.String getTrackInventory()
           
 void setBackOrderable(java.lang.String newValue)
           
 void setBaseItemId(java.lang.String newValue)
           
 void setCreditable(java.lang.String newValue)
           
 void setForceBackOrder(java.lang.String newValue)
           
 void setforeignSKU(java.lang.String newValue)
           
 void setForeignSystem(java.lang.String newValue)
           
 void setLastupdate(java.lang.String newValue)
           
 void setMinimumQtyForSplit(java.lang.String newValue)
           
 void setReleaseSeparately(java.lang.String newValue)
           
 void setReturnNotDesired(java.lang.String newValue)
           
 void setStoreentId(java.lang.String newValue)
           
 void setTrackInventory(java.lang.String newValue)
           
 

Method Detail

getBackOrderable

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

getBaseItemId

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

getCreditable

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

getForceBackOrder

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

getForeignSKU

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

getForeignSystem

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

getMinimumQtyForSplit

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

getReleaseSeparately

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

getReturnNotDesired

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

getStoreentId

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

getTrackInventory

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

setBackOrderable

public void setBackOrderable(java.lang.String newValue)

setBaseItemId

public void setBaseItemId(java.lang.String newValue)

setCreditable

public void setCreditable(java.lang.String newValue)

setForceBackOrder

public void setForceBackOrder(java.lang.String newValue)

setforeignSKU

public void setforeignSKU(java.lang.String newValue)

setForeignSystem

public void setForeignSystem(java.lang.String newValue)

setLastupdate

public void setLastupdate(java.lang.String newValue)

setMinimumQtyForSplit

public void setMinimumQtyForSplit(java.lang.String newValue)

setReleaseSeparately

public void setReleaseSeparately(java.lang.String newValue)

setReturnNotDesired

public void setReturnNotDesired(java.lang.String newValue)

setStoreentId

public void setStoreentId(java.lang.String newValue)

setTrackInventory

public void setTrackInventory(java.lang.String newValue)