com.ibm.commerce.inventory.beans

Class VendorDataBean

  • All Implemented Interfaces:
    DataBean, InputDataBean, SmartDataBean, com.ibm.commerce.inventory.beans.VendorInputDataBean, com.ibm.commerce.inventory.beans.VendorSmartDataBean, java.io.Serializable


    public class VendorDataBean
    extends SmartDataBeanImpl
    implements com.ibm.commerce.inventory.beans.VendorInputDataBean, com.ibm.commerce.inventory.beans.VendorSmartDataBean
    This databean defines a Vendor who has a relationship with a Store, or all the Stores in a StoreGroup, generally to provide inventory.
    See Also:
    Serialized Form
    • Field Detail

      • COPYRIGHT

        public static final java.lang.String COPYRIGHT
        The IBM copyright notice field.
        See Also:
        Constant Field Values
    • Constructor Detail

      • VendorDataBean

        public VendorDataBean()
    • Method Detail

      • getDescription

        public java.lang.String getDescription()
        This method returns the description.
        Specified by:
        getDescription in interface com.ibm.commerce.inventory.beans.VendorSmartDataBean
        Returns:
        String the description.
      • getLanguageId

        public java.lang.String getLanguageId()
        This method returns the language id.
        Specified by:
        getLanguageId in interface com.ibm.commerce.inventory.beans.VendorSmartDataBean
        Returns:
        String the language id.
      • getStAddressId

        public java.lang.String getStAddressId()
        This method returns the StAddressId.
        Specified by:
        getStAddressId in interface com.ibm.commerce.inventory.beans.VendorSmartDataBean
        Returns:
        String the StAddressId.
      • getVendorId

        public java.lang.String getVendorId()
        This method returns the vendor id.
        Specified by:
        getVendorId in interface com.ibm.commerce.inventory.beans.VendorSmartDataBean
        Returns:
        String the vendor id.
      • getVendorName

        public java.lang.String getVendorName()
        This method returns the name of the vendor.
        Specified by:
        getVendorName in interface com.ibm.commerce.inventory.beans.VendorSmartDataBean
        Returns:
        String the name of the vendor.
      • setDescription

        public void setDescription(java.lang.String newDescription)
        This method sets the description.
        Specified by:
        setDescription in interface com.ibm.commerce.inventory.beans.VendorInputDataBean
        Parameters:
        newDescription -
      • setLanguageId

        public void setLanguageId(java.lang.String newLanguageId)
        This method sets the language id.
        Specified by:
        setLanguageId in interface com.ibm.commerce.inventory.beans.VendorInputDataBean
        Parameters:
        newLanguageId -
      • setStAddressId

        public void setStAddressId(java.lang.String newStAddressId)
        This method sets the StAddressId.
        Specified by:
        setStAddressId in interface com.ibm.commerce.inventory.beans.VendorInputDataBean
        Parameters:
        newStAddressId -
      • setVendorId

        public void setVendorId(java.lang.String newVendorId)
        This method sets the vendor id.
        Specified by:
        setVendorId in interface com.ibm.commerce.inventory.beans.VendorInputDataBean
        Parameters:
        newVendorId -
      • setVendorName

        public void setVendorName(java.lang.String newVendorName)
        This method sets the name of the vendor.
        Specified by:
        setVendorName in interface com.ibm.commerce.inventory.beans.VendorInputDataBean
        Parameters:
        newVendorName -