com.ibm.commerce.catalog.beans

Class CatalogGroupProductSetRelDataBean

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


    public class CatalogGroupProductSetRelDataBean
    extends com.ibm.commerce.catalog.beansrc.CatalogGroupProductSetRelDataBeanBase
    implements com.ibm.commerce.catalog.beans.CatalogGroupProductSetRelInputDataBean, com.ibm.commerce.catalog.beans.CatalogGroupProductSetRelSmartDataBean
    This bean represents the relationship between the Catalog Group and the Product Set. This bean is used to get and set information pertaining to the relationship between the catalog group and product set.

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

    Access Beans: CatalogGroupProductSetRel

    Mandatory Parameters (for single row retrieval):

    • catalog group ID, product set ID, catalog ID

    Some hints and tips for using this data bean are:

    • It is important to set the catalog group ID, product set ID, and catalog 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

      • CatalogGroupProductSetRelDataBean

        public CatalogGroupProductSetRelDataBean()
    • Method Detail

      • setRequestProperties

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

        public java.lang.String getDataBeanKeyCatalogGroupId()
        Gets the Catalog Group ID.
        Specified by:
        getDataBeanKeyCatalogGroupId in interface com.ibm.commerce.catalog.beans.CatalogGroupProductSetRelSmartDataBean
        Returns:
        the Catalog Group ID.
      • getDataBeanKeyProductSetId

        public java.lang.String getDataBeanKeyProductSetId()
        Gets the Product Set ID.
        Specified by:
        getDataBeanKeyProductSetId in interface com.ibm.commerce.catalog.beans.CatalogGroupProductSetRelSmartDataBean
        Returns:
        the Product Set ID.
      • getDataBeanKeyCatalogId

        public java.lang.String getDataBeanKeyCatalogId()
        Gets the Catalog ID.
        Specified by:
        getDataBeanKeyCatalogId in interface com.ibm.commerce.catalog.beans.CatalogGroupProductSetRelSmartDataBean
        Returns:
        the Catalog ID.
      • setCommandContext

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

        public void setDataBeanKeyCatalogGroupId(java.lang.String aCatalogGroupId)
        Sets the Catalog Group ID.
        Specified by:
        setDataBeanKeyCatalogGroupId in interface com.ibm.commerce.catalog.beans.CatalogGroupProductSetRelInputDataBean
        Parameters:
        aCatalogGroupId - the Catalog Group ID value to be set.
      • setDataBeanKeyProductSetId

        public void setDataBeanKeyProductSetId(java.lang.String aProductSetId)
        Sets the Product Set ID.
        Specified by:
        setDataBeanKeyProductSetId in interface com.ibm.commerce.catalog.beans.CatalogGroupProductSetRelInputDataBean
        Parameters:
        aProductSetId - the Product Set ID value to be set.
      • setDataBeanKeyCatalogId

        public void setDataBeanKeyCatalogId(java.lang.String aCatalogId)
        Sets the Catalog ID.
        Specified by:
        setDataBeanKeyCatalogId in interface com.ibm.commerce.catalog.beans.CatalogGroupProductSetRelInputDataBean
        Parameters:
        aCatalogId - the Catalog ID value to be set.