com.ibm.commerce.inventory.objects
Interface RABackOrderAllocationAccessBeanData

All Known Implementing Classes:
RABackOrderAllocationAccessBean

public interface RABackOrderAllocationAccessBeanData

Each row contains information about how backorders are allocated against expected inventory.


Method Summary
 java.lang.String getItemSpcId()
           
 java.lang.String getLastupdate()
           
 java.lang.String getOrderitemsId()
           
 java.lang.String getQtyAllocated()
           
 java.lang.String getRaBackAlloNum()
           
 java.lang.String getRaDetailId()
           
 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 setRaBackAlloNum(java.lang.String newValue)
           
 void setRaDetailId(java.lang.String newValue)            
 

Method Detail

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)

getRaDetailId

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

setRaDetailId

public void setRaDetailId(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)

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)

getRaBackAlloNum

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

setRaBackAlloNum

public void setRaBackAlloNum(java.lang.String newValue)