com.ibm.commerce.catalog.beans

Class ProductSetDescriptionDataBean

  • All Implemented Interfaces:
    DataBean, InputDataBean, SmartDataBean, com.ibm.commerce.catalog.beans.ProductSetDescriptionInputDataBean, com.ibm.commerce.catalog.beans.ProductSetDescriptionSmartDataBean, Delegator, java.io.Serializable


    public class ProductSetDescriptionDataBean
    extends com.ibm.commerce.catalog.beansrc.ProductSetDescriptionDataBeanBase
    implements com.ibm.commerce.catalog.beans.ProductSetDescriptionInputDataBean, com.ibm.commerce.catalog.beans.ProductSetDescriptionSmartDataBean
    This bean allows access to descriptive information pertaining to product sets.

    You can find more information about data beans in the WebSphere Commerce data beans topic in the Information Center.

    Access Beans: ProductSetDescription

    Mandatory Parameters (for single row retrieval):

    • product set ID, language ID

    Some hints and tips for using this data bean are:

    • It is important to set the product set ID, and language ID 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
        The internal copyright field.
        See Also:
        Constant Field Values
    • Constructor Detail

      • ProductSetDescriptionDataBean

        public ProductSetDescriptionDataBean()
    • Method Detail

      • setRequestProperties

        public void setRequestProperties(TypedProperty aRequestProperty)
        Sets the request property within this bean. The following values are set in this method: product set ID language ID
        Specified by:
        setRequestProperties in interface InputDataBean
        Parameters:
        aTypedProperty - the request properties.
      • getDataBeanKeyProductSetId

        public java.lang.String getDataBeanKeyProductSetId()
        Gets the primary key of the product set.
        Specified by:
        getDataBeanKeyProductSetId in interface com.ibm.commerce.catalog.beans.ProductSetDescriptionSmartDataBean
        Returns:
        the primary key of the product set.
      • getDataBeanKeyLanguage_id

        public java.lang.String getDataBeanKeyLanguage_id()
        Gets the primary key of the language.
        Specified by:
        getDataBeanKeyLanguage_id in interface com.ibm.commerce.catalog.beans.ProductSetDescriptionSmartDataBean
        Returns:
        the primary key of the language
      • setCommandContext

        public void setCommandContext(CommandContext aCommandContext)
        Sets the command context within this bean.
        Specified by:
        setCommandContext in interface SmartDataBean
        Parameters:
        aCommandContext - the command context
      • setDataBeanKeyProductSetId

        public void setDataBeanKeyProductSetId(java.lang.String aProductSetId)
        Sets the primary key of the product set
        Specified by:
        setDataBeanKeyProductSetId in interface com.ibm.commerce.catalog.beans.ProductSetDescriptionInputDataBean
        Parameters:
        aProductSetId - the primary key of the product set
      • setDataBeanKeyLanguage_id

        public void setDataBeanKeyLanguage_id(java.lang.String aLanguage_id)
        Sets the primary key of the language
        Specified by:
        setDataBeanKeyLanguage_id in interface com.ibm.commerce.catalog.beans.ProductSetDescriptionInputDataBean
        Parameters:
        aLanguage_id - the primary key of the language