com.ibm.commerce.inventory.objects
Interface VendorDescriptionAccessBeanData

All Known Implementing Classes:
VendorDescriptionAccessBean

public interface VendorDescriptionAccessBeanData

Language-specific information about Vendors.


Method Summary
 java.lang.String getDescription()
           
 java.lang.String getLanguageId()
           
 java.lang.String getLastupdate()
           
 java.lang.String getStAddressId()
           
 java.lang.String getVendorId()
           
 void setDescription(java.lang.String newValue)
           
 void setLanguageId(java.lang.String newValue)
           
 void setLastupdate(java.lang.String newValue)
           
 void setStAddressId(java.lang.String newValue)
           
 void setVendorId(java.lang.String newValue)            
 

Method Detail

getDescription

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

setDescription

public void setDescription(java.lang.String newValue)

getLanguageId

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

setLanguageId

public void setLanguageId(java.lang.String newValue)

getLastupdate

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

setLastupdate

public void setLastupdate(java.lang.String newValue)

getVendorId

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

setVendorId

public void setVendorId(java.lang.String newValue)

getStAddressId

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

setStAddressId

public void setStAddressId(java.lang.String newValue)