com.ibm.commerce.inventory.objects
Interface VendorAccessBeanData

All Known Implementing Classes:
VendorAccessBean

public interface VendorAccessBeanData


Method Summary
 java.lang.String getLastupdate()
           
 java.lang.String getMarkForDelete()
           
 java.lang.String getStoreentId()
           
 java.lang.String getVendorId()
           
 java.lang.String getVendorName()
           
 void setLastupdate(java.lang.String newValue)
           
 void setMarkForDelete(java.lang.String newValue)
           
 void setStoreentId(java.lang.String newValue)
           
 void setVendorId(java.lang.String newValue)
           
 void setVendorName(java.lang.String newValue)
           
 

Method Detail

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

getStoreentId

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

getVendorName

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

setLastupdate

public void setLastupdate(java.lang.String newValue)

setMarkForDelete

public void setMarkForDelete(java.lang.String newValue)

setStoreentId

public void setStoreentId(java.lang.String newValue)

setVendorId

public void setVendorId(java.lang.String newValue)

setVendorName

public void setVendorName(java.lang.String newValue)