com.ibm.commerce.inventory.objects
Interface OrderItemShippingHistoryAccessBeanData

All Known Implementing Classes:
OrderItemShippingHistoryAccessBean

public interface OrderItemShippingHistoryAccessBeanData


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

getDateShipped

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

getOrdShipHstNum

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

getQtyReturned

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

getQtyShipped

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

getReceiptId

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

getVersionSpcId

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

setDateShipped

public void setDateShipped(java.lang.String newValue)

setLastupdate

public void setLastupdate(java.lang.String newValue)

setOrderItemsId

public void setOrderItemsId(java.lang.String newValue)

setOrdShipHstNum

public void setOrdShipHstNum(java.lang.String newValue)

setQtyReturned

public void setQtyReturned(java.lang.String newValue)

setQtyShipped

public void setQtyShipped(java.lang.String newValue)

setReceiptId

public void setReceiptId(java.lang.String newValue)

setVersionSpcId

public void setVersionSpcId(java.lang.String newValue)