com.ibm.commerce.inventory.objects
Interface OrderReleaseAccessBeanData

All Known Implementing Classes:
OrderReleaseAccessBean

public interface OrderReleaseAccessBeanData


Method Summary
 java.lang.String getCaptureDate()
           
 java.lang.String getCustomerConfirm()
           
 java.lang.String getFfmacknowledgement()
           
 java.lang.String getField1()
           
 java.lang.String getField2()
           
 java.lang.String getField3()
           
 java.lang.String getLastupdate()
           
 java.lang.String getOrderReleaseNum()
           
 java.lang.String getOrdersId()
           
 java.lang.String getPackSlipXml()
           
 java.lang.String getPickBatchId()
           
 java.lang.String getStatus()
           
 java.lang.String getTimePlaced()
           
 void setCaptureDate(java.lang.String newValue)
           
 void setCustomerConfirm(java.lang.String newValue)
           
 void setFfmacknowledgement(java.lang.String newValue)
           
 void setField1(java.lang.String newValue)
           
 void setField2(java.lang.String newValue)
           
 void setField3(java.lang.String newValue)
           
 void setLastupdate(java.lang.String newValue)
           
 void setOrderReleaseNum(java.lang.String newValue)
           
 void setOrdersId(java.lang.String newValue)
           
 void setPackSlipXml(java.lang.String newValue)
           
 void setPickBatchId(java.lang.String newValue)
           
 void setStatus(java.lang.String newValue)
           
 void setTimePlaced(java.lang.String newValue)
           
 

Method Detail

getCaptureDate

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

getCustomerConfirm

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

getFfmacknowledgement

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

getLastupdate

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

getOrderReleaseNum

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

getOrdersId

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

getPackSlipXml

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

getStatus

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

getTimePlaced

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

setCaptureDate

public void setCaptureDate(java.lang.String newValue)

setCustomerConfirm

public void setCustomerConfirm(java.lang.String newValue)

setFfmacknowledgement

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

setLastupdate

public void setLastupdate(java.lang.String newValue)

setOrderReleaseNum

public void setOrderReleaseNum(java.lang.String newValue)

setOrdersId

public void setOrdersId(java.lang.String newValue)

setPackSlipXml

public void setPackSlipXml(java.lang.String newValue)

setPickBatchId

public void setPickBatchId(java.lang.String newValue)

setStatus

public void setStatus(java.lang.String newValue)

setTimePlaced

public void setTimePlaced(java.lang.String newValue)