com.ibm.commerce.inventory.objects
Interface ExpectedInventoryRecordsAccessBeanData

All Known Implementing Classes:
ExpectedInventoryRecordsAccessBean

public interface ExpectedInventoryRecordsAccessBeanData


Method Summary
 java.lang.String getCreateTime()
           
 java.lang.String getDateClosed()
           
 java.lang.String getExpectedInventoryRecordsId()
           
 java.lang.String getExternalId()
           
 java.lang.String getLastupdate()
           
 java.lang.String getMarkForDelete()
           
 java.lang.String getOpenIndicator()
           
 java.lang.String getOrderDate()
           
 java.lang.String getStoreId()
           
 java.lang.String getVendorId()
           
 void setCreateTime(java.lang.String newValue)
           
 void setDateClosed(java.lang.String newValue)
           
 void setExpectedInventoryRecordsId(java.lang.String newValue)
           
 void setExternalId(java.lang.String newValue)
           
 void setLastupdate(java.lang.String newValue)
           
 void setMarkForDelete(java.lang.String newValue)
           
 void setOpenIndicator(java.lang.String newValue)
           
 void setOrderDate(java.lang.String newValue)
           
 void setStoreId(java.lang.String newValue)
           
 void setVendorId(java.lang.String newValue)
           
 

Method Detail

getCreateTime

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

getDateClosed

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

getExpectedInventoryRecordsId

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

getExternalId

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

getMarkForDelete

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

getOpenIndicator

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

getOrderDate

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

getStoreId

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

getVendorId

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

setCreateTime

public void setCreateTime(java.lang.String newValue)

setDateClosed

public void setDateClosed(java.lang.String newValue)

setExpectedInventoryRecordsId

public void setExpectedInventoryRecordsId(java.lang.String newValue)

setExternalId

public void setExternalId(java.lang.String newValue)

setLastupdate

public void setLastupdate(java.lang.String newValue)

setMarkForDelete

public void setMarkForDelete(java.lang.String newValue)

setOpenIndicator

public void setOpenIndicator(java.lang.String newValue)

setOrderDate

public void setOrderDate(java.lang.String newValue)

setStoreId

public void setStoreId(java.lang.String newValue)

setVendorId

public void setVendorId(java.lang.String newValue)