com.ibm.commerce.inventory.objects
Interface BackOrderAllocationAccessBeanData

All Known Implementing Classes:
BackOrderAllocationAccessBean

public interface BackOrderAllocationAccessBeanData

Each row contains information about the quantity required for this backordered order item and the amount of available inventory allocated to this item.


Method Summary
 java.lang.String getBkOrdNum()
           
 java.lang.String getItemSpcId()
           
 java.lang.String getLastupdate()
           
 java.lang.String getOrderItemsId()
           
 java.lang.String getQtyAllocated()
           
 java.lang.String getQtyAvailable()
           
 java.lang.String getQtyNeeded()
           
 void setBkOrdNum(java.lang.String newValue)
           
 void setItemSpcId(java.lang.String newValue)
           
 void setLastupdate(java.lang.String newValue)
           
 void setOrderItemsId(java.lang.String newValue)
           
 void setQtyAllocated(java.lang.String newValue)
           
 void setQtyAvailable(java.lang.String newValue)
           
 void setQtyNeeded(java.lang.String newValue)            
 

Method Detail

getOrderItemsId

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

setOrderItemsId

public void setOrderItemsId(java.lang.String newValue)

getLastupdate

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

setLastupdate

public void setLastupdate(java.lang.String newValue)

getQtyAllocated

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

setQtyAllocated

public void setQtyAllocated(java.lang.String newValue)

getItemSpcId

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

setItemSpcId

public void setItemSpcId(java.lang.String newValue)

getQtyAvailable

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

setQtyAvailable

public void setQtyAvailable(java.lang.String newValue)

getQtyNeeded

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

setQtyNeeded

public void setQtyNeeded(java.lang.String newValue)

getBkOrdNum

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

setBkOrdNum

public void setBkOrdNum(java.lang.String newValue)