com.ibm.commerce.inventory.objects
Interface OrderItemPickingHistoryAccessBeanData

All Known Implementing Classes:
OrderItemPickingHistoryAccessBean

public interface OrderItemPickingHistoryAccessBeanData

Details of the how inventory was picked from the receipt level when available inventory is allocated to an OrderItem.


Method Summary
 java.lang.String getDatePicked()
           
 java.lang.String getLastupdate()
           
 java.lang.String getOrderItemsId()
           
 java.lang.String getOrderPickingType()
           
 java.lang.String getOrdPickHstNum()
           
 java.lang.String getQtyPicked()
           
 java.lang.String getReceiptId()
           
 java.lang.String getVersionspcId()
           
 void setDatePicked(java.lang.String newValue)
           
 void setLastupdate(java.lang.String newValue)
           
 void setOrderItemsId(java.lang.String newValue)
           
 void setOrderPickingType(java.lang.String newValue)
           
 void setOrdPickHstNum(java.lang.String newValue)
           
 void setQtyPicked(java.lang.String newValue)
           
 void setReceiptId(java.lang.String newValue)
           
 void setVersionspcId(java.lang.String newValue)            
 

Method Detail

getQtyPicked

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

setQtyPicked

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

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)

getOrdPickHstNum

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

setOrdPickHstNum

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

getDatePicked

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

setDatePicked

public void setDatePicked(java.lang.String newValue)

getOrderPickingType

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

setOrderPickingType

public void setOrderPickingType(java.lang.String newValue)