com.ibm.commerce.inventory.objects
Interface RABackOrderAllocationAccessBeanData

All Known Implementing Classes:
RABackOrderAllocationAccessBean

public interface RABackOrderAllocationAccessBeanData


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

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

getOrderitemsId

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

getQtyAllocated

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

getRaBackAlloNum

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

getRaDetailId

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

setItemSpcId

public void setItemSpcId(java.lang.String newValue)

setLastupdate

public void setLastupdate(java.lang.String newValue)

setOrderitemsId

public void setOrderitemsId(java.lang.String newValue)

setQtyAllocated

public void setQtyAllocated(java.lang.String newValue)

setRaBackAlloNum

public void setRaBackAlloNum(java.lang.String newValue)

setRaDetailId

public void setRaDetailId(java.lang.String newValue)