com.ibm.commerce.catalog.beans

Class AttributeValueListDataBean

  • All Implemented Interfaces:
    DataBean, InputDataBean, SmartDataBean, java.io.Serializable


    public class AttributeValueListDataBean
    extends SmartDataBeanImpl
    This bean represents a list of attribute values of a catalog entry. Access Beans: AttributeValue

    Mandatory Parameters:

    • catEntryId, langId

    Some hints and tips for using this data bean are:

    • It is important to set the catEntryId, and langId values before activating the data bean
    • You can set parameters using the setters

    See Also:
    Serialized Form
    • Field Detail

      • COPYRIGHT

        public static final java.lang.String COPYRIGHT
        Reserved for IBM internal use.
        See Also:
        Constant Field Values
    • Constructor Detail

      • AttributeValueListDataBean

        public AttributeValueListDataBean()
    • Method Detail

      • getAttributeValueId

        public java.lang.String getAttributeValueId()
        Gets the attribute value ID of the attribute value.
        Returns:
        attribute value ID
      • getAttributeValueList

        public AttributeValueDataBean[] getAttributeValueList()
        Gets the list of AttributeValueDataBean.
        Returns:
        the list of AttributeValueDataBean
      • getCatalogEntryId

        public java.lang.String getCatalogEntryId()
        Gets the catalog entry ID in which the attribute values belong to.
        Returns:
        catalog entry ID
      • getLanguageId

        public java.lang.String getLanguageId()
        Gets the language ID of the attribute value.
        Returns:
        language ID
      • setAttributeValueId

        public void setAttributeValueId(java.lang.String newAttributeValueId)
        Sets the attribute value ID.
        Parameters:
        newAttributeValueId - the attribute value ID
      • setAttributeValueList

        public void setAttributeValueList(AttributeValueDataBean[] newAttributeValueList)
        Sets the list of AttributeValueDataBean.
        Parameters:
        newAttributeValueList - the list of AttributeValueDataBean
      • setCatalogEntryId

        public void setCatalogEntryId(java.lang.String newCatalogEntryId)
        Sets the catalog entry ID to which the attribute values belong.
        Parameters:
        newCatalogEntryId - the catalog entry ID
      • setLanguageId

        public void setLanguageId(java.lang.String newLanguageId)
        Sets the language ID for the attribute. The language ID value must be equal to an entry in the LANGUAGE database table.
        Parameters:
        newLanguageId - the language ID