com.ibm.commerce.inventory.objects
Interface OrderItemShippingHistoryAccessBeanData

All Known Implementing Classes:
OrderItemShippingHistoryAccessBean

public interface OrderItemShippingHistoryAccessBeanData

Each row contains information about inventory that has been released for fulfillment of an OrderItem.


Method Summary
 java.lang.String getDateShipped()
           
 java.lang.String getLastupdate()
           
 java.lang.String getOrderItemsId()
           
 java.lang.String getOrdShipHstNum()
           
 java.lang.String getQtyReturned()
           
 java.lang.String getQtyShipped()
           
 java.lang.String getReceiptId()
           
 java.lang.String getVersionSpcId()
           
 void setDateShipped(java.lang.String newValue)
           
 void setLastupdate(java.lang.String newValue)
           
 void setOrderItemsId(java.lang.String newValue)
           
 void setOrdShipHstNum(java.lang.String newValue)
           
 void setQtyReturned(java.lang.String newValue)
           
 void setQtyShipped(java.lang.String newValue)
           
 void setReceiptId(java.lang.String newValue)
           
 void setVersionSpcId(java.lang.String newValue)            
 

Method Detail

getQtyShipped

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

setQtyShipped

public void setQtyShipped(java.lang.String newValue)

getVersionSpcId

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

setVersionSpcId

public void setVersionSpcId(java.lang.String newValue)

getQtyReturned

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

setQtyReturned

public void setQtyReturned(java.lang.String newValue)

getOrdShipHstNum

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

setOrdShipHstNum

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

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)

getDateShipped

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

setDateShipped

public void setDateShipped(java.lang.String newValue)

getReceiptId

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

setReceiptId

public void setReceiptId(java.lang.String newValue)