com.ibm.commerce.inventory.objects
Interface ExpectedInventoryRecordsDetailAccessBeanData

All Known Implementing Classes:
ExpectedInventoryRecordsDetailAccessBean

public interface ExpectedInventoryRecordsDetailAccessBeanData


Method Summary
 java.lang.String getExpectedDate()
           
 java.lang.String getExpectedInventoryRecordsDetailComment()
           
 java.lang.String getExpectedInventoryRecordsDetailId()
           
 java.lang.String getExpectedInventoryRecordsId()
           
 java.lang.String getFfmcenterId()
           
 java.lang.String getItemspcId()
           
 java.lang.String getLastupdate()
           
 java.lang.String getMarkForDelete()
           
 java.lang.String getQtyAllocated()
           
 java.lang.String getQtyOrdered()
           
 java.lang.String getQtyReceived()
           
 java.lang.String getQtyRemaining()
           
 void setExpectedDate(java.lang.String newValue)
           
 void setExpectedInventoryRecordsDetailComment(java.lang.String newValue)
           
 void setExpectedInventoryRecordsDetailId(java.lang.String newValue)
           
 void setExpectedInventoryRecordsId(java.lang.String newValue)
           
 void setFfmcenterId(java.lang.String newValue)
           
 void setItemspcId(java.lang.String newValue)
           
 void setLastupdate(java.lang.String newValue)
           
 void setMarkForDelete(java.lang.String newValue)
           
 void setQtyAllocated(java.lang.String newValue)
           
 void setQtyOrdered(java.lang.String newValue)
           
 void setQtyReceived(java.lang.String newValue)
           
 void setQtyRemaining(java.lang.String newValue)
           
 

Method Detail

getExpectedDate

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

getExpectedInventoryRecordsDetailComment

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

getExpectedInventoryRecordsDetailId

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

getExpectedInventoryRecordsId

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

getFfmcenterId

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

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

getMarkForDelete

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

getQtyOrdered

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

getQtyReceived

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

getQtyRemaining

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

setExpectedDate

public void setExpectedDate(java.lang.String newValue)

setExpectedInventoryRecordsDetailComment

public void setExpectedInventoryRecordsDetailComment(java.lang.String newValue)

setExpectedInventoryRecordsDetailId

public void setExpectedInventoryRecordsDetailId(java.lang.String newValue)

setExpectedInventoryRecordsId

public void setExpectedInventoryRecordsId(java.lang.String newValue)

setFfmcenterId

public void setFfmcenterId(java.lang.String newValue)

setItemspcId

public void setItemspcId(java.lang.String newValue)

setLastupdate

public void setLastupdate(java.lang.String newValue)

setMarkForDelete

public void setMarkForDelete(java.lang.String newValue)

setQtyAllocated

public void setQtyAllocated(java.lang.String newValue)

setQtyOrdered

public void setQtyOrdered(java.lang.String newValue)

setQtyReceived

public void setQtyReceived(java.lang.String newValue)

setQtyRemaining

public void setQtyRemaining(java.lang.String newValue)