com.ibm.commerce.inventory.objects
Interface PickBatchAccessBeanData

All Known Implementing Classes:
PickBatchAccessBean

public interface PickBatchAccessBeanData


Method Summary
 java.lang.String getDate1()
           
 java.lang.String getDate2()
           
 java.lang.String getField1()
           
 java.lang.String getField2()
           
 java.lang.String getField3()
           
 java.lang.String getFufillmentCenterId()
           
 java.lang.String getLastUpdate()
           
 java.lang.String getMemberId()
           
 java.lang.String getPickBatchId()
           
 java.lang.String getPickSlipXml()
           
 void setDate1(java.lang.String newValue)
           
 void setDate2(java.lang.String newValue)
           
 void setField1(java.lang.String newValue)
           
 void setField2(java.lang.String newValue)
           
 void setField3(java.lang.String newValue)
           
 void setFufillmentCenterId(java.lang.String newValue)
           
 void setLastUpdate(java.lang.String newValue)
           
 void setMemberId(java.lang.String newValue)
           
 void setPickBatchId(java.lang.String newValue)
           
 void setPickSlipXml(java.lang.String newValue)
           
 

Method Detail

getDate1

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

getDate2

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

getField1

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

getField2

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

getField3

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

getFufillmentCenterId

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

getMemberId

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

getPickBatchId

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

getPickSlipXml

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

setDate1

public void setDate1(java.lang.String newValue)

setDate2

public void setDate2(java.lang.String newValue)

setField1

public void setField1(java.lang.String newValue)

setField2

public void setField2(java.lang.String newValue)

setField3

public void setField3(java.lang.String newValue)

setFufillmentCenterId

public void setFufillmentCenterId(java.lang.String newValue)

setLastUpdate

public void setLastUpdate(java.lang.String newValue)

setMemberId

public void setMemberId(java.lang.String newValue)

setPickBatchId

public void setPickBatchId(java.lang.String newValue)

setPickSlipXml

public void setPickSlipXml(java.lang.String newValue)