com.ibm.commerce.inventory.objects
Interface ExpectedInventoryRecordsBackOrderAllocationAccessBeanData

All Known Implementing Classes:
ExpectedInventoryRecordsBackOrderAllocationAccessBean

public interface ExpectedInventoryRecordsBackOrderAllocationAccessBeanData

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


Method Summary
java.lang.String getExpectedInventoryRecordsBackAlloNum()
java.lang.String getExpectedInventoryRecordsDetailId()
java.lang.String getItemSpcId()
java.lang.String getLastupdate()
java.lang.String getOrderitemsId()
java.lang.String getQtyAllocated()
void setExpectedInventoryRecordsBackAlloNum(java.lang.String newValue)
void setExpectedInventoryRecordsDetailId(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)

Method Detail

getExpectedInventoryRecordsBackAlloNum

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

setExpectedInventoryRecordsBackAlloNum

public void setExpectedInventoryRecordsBackAlloNum(java.lang.String newValue)

getLastupdate

public java.lang.String getLastupdate()
                               throws java.rmi.RemoteException,
                                      javax.ejb.CreateException,
                                      javax.ejb.FinderException,
                                      javax.naming.NamingException
Throws:
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
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setQtyAllocated

public void setQtyAllocated(java.lang.String newValue)

getExpectedInventoryRecordsDetailId

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

setExpectedInventoryRecordsDetailId

public void setExpectedInventoryRecordsDetailId(java.lang.String newValue)

getItemSpcId

public java.lang.String getItemSpcId()
                              throws java.rmi.RemoteException,
                                     javax.ejb.CreateException,
                                     javax.ejb.FinderException,
                                     javax.naming.NamingException
Throws:
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
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setOrderitemsId

public void setOrderitemsId(java.lang.String newValue)

Feedback