com.ibm.commerce.catalog.beans

Class ProductSetDataBean

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


    public class ProductSetDataBean
    extends com.ibm.commerce.catalog.beansrc.ProductSetDataBeanBase
    implements com.ibm.commerce.catalog.beans.ProductSetInputDataBean, com.ibm.commerce.catalog.beans.ProductSetSmartDataBean
    This bean allows access to information pertaining to product sets. This class inherits from the class ProductSetAccessBean.

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

    Access Beans: ProductSet

    Mandatory Parameters (for single row retrieval):

    • product set ID

    Some hints and tips for using this data bean are:

    • It is important to set the product set ID value 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

      • ProductSetDataBean

        public ProductSetDataBean()
    • 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
        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.ProductSetSmartDataBean
        Returns:
        the primary key of the product set
      • setCommandContext

        public void setCommandContext(CommandContext aCommandContext)
        Sets the command context within this bean.
        Specified by:
        setCommandContext in interface SmartDataBean
        Parameters:
        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.ProductSetInputDataBean
        Parameters:
        aProductSetId - the primary key of the product set