com.ibm.commerce.inventory.objects
Interface ManifestAccessBeanData

All Known Implementing Classes:
ManifestAccessBean

public interface ManifestAccessBeanData


Method Summary
 java.lang.String getDateShipped()
           
 java.lang.String getField1()
           
 java.lang.String getLastupdate()
           
 java.lang.String getManifestId()
           
 java.lang.String getManifestStatus()
           
 java.lang.String getOrdersId()
           
 java.lang.String getOrdReleaseNum()
           
 java.lang.String getPackageId()
           
 java.lang.String getPickupRecordId()
           
 java.lang.String getSetCCurr()
           
 java.lang.String getShipModeId()
           
 java.lang.String getShippingCosts()
           
 java.lang.String getTrackingId()
           
 java.lang.String getWeight()
           
 java.lang.String getWeightMeasure()
           
 void setDateShipped(java.lang.String newValue)
           
 void setField1(java.lang.String newValue)
           
 void setLastupdate(java.lang.String newValue)
           
 void setManifestId(java.lang.String newValue)
           
 void setManifestStatus(java.lang.String newValue)
           
 void setOrdersId(java.lang.String newValue)
           
 void setOrdReleaseNum(java.lang.String newValue)
           
 void setPackageId(java.lang.String newValue)
           
 void setPickupRecordId(java.lang.String newValue)
           
 void setSetCCurr(java.lang.String newValue)
           
 void setShipModeId(java.lang.String newValue)
           
 void setShippingCosts(java.lang.String newValue)
           
 void setTrackingId(java.lang.String newValue)
           
 void setWeight(java.lang.String newValue)
           
 void setWeightMeasure(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

getField1

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

getManifestId

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

getManifestStatus

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

getOrdReleaseNum

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

getPackageId

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

getPickupRecordId

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

getSetCCurr

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

getShipModeId

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

getShippingCosts

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

getTrackingId

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

getWeight

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

getWeightMeasure

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

setDateShipped

public void setDateShipped(java.lang.String newValue)

setField1

public void setField1(java.lang.String newValue)

setLastupdate

public void setLastupdate(java.lang.String newValue)

setManifestId

public void setManifestId(java.lang.String newValue)

setManifestStatus

public void setManifestStatus(java.lang.String newValue)

setOrdersId

public void setOrdersId(java.lang.String newValue)

setOrdReleaseNum

public void setOrdReleaseNum(java.lang.String newValue)

setPackageId

public void setPackageId(java.lang.String newValue)

setPickupRecordId

public void setPickupRecordId(java.lang.String newValue)

setSetCCurr

public void setSetCCurr(java.lang.String newValue)

setShipModeId

public void setShipModeId(java.lang.String newValue)

setShippingCosts

public void setShippingCosts(java.lang.String newValue)

setTrackingId

public void setTrackingId(java.lang.String newValue)

setWeight

public void setWeight(java.lang.String newValue)

setWeightMeasure

public void setWeightMeasure(java.lang.String newValue)