com.ibm.commerce.catalog.beans

Class ProductSetCeRelDataBean

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


    public class ProductSetCeRelDataBean
    extends com.ibm.commerce.catalog.beansrc.ProductSetCeRelDataBeanBase
    implements com.ibm.commerce.catalog.beans.ProductSetCeRelInputDataBean, com.ibm.commerce.catalog.beans.ProductSetCeRelSmartDataBean
    This bean is used to associate catalog entries to product sets.

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

    Access Beans: ProductSetCeRel

    Mandatory Parameters (for single row retrieval):

    • catalog entry ID, product set ID

    Some hints and tips for using this data bean are:

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

      • ProductSetCeRelDataBean

        public ProductSetCeRelDataBean()
    • Method Detail

      • setRequestProperties

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

        public java.lang.String getDataBeanKeyCatalogEntryId()
        Gets the primary key of the catalog entry.
        Specified by:
        getDataBeanKeyCatalogEntryId in interface com.ibm.commerce.catalog.beans.ProductSetCeRelSmartDataBean
        Returns:
        the primary key of the catalog entry
      • getDataBeanKeyProductSetId

        public java.lang.String getDataBeanKeyProductSetId()
        Gets the primary key of the product set.
        Specified by:
        getDataBeanKeyProductSetId in interface com.ibm.commerce.catalog.beans.ProductSetCeRelSmartDataBean
        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:
        aCommandContext - the command context
      • setDataBeanKeyCatalogEntryId

        public void setDataBeanKeyCatalogEntryId(java.lang.String aCatalogEntryId)
        Sets the primary key of the catalog entry.
        Specified by:
        setDataBeanKeyCatalogEntryId in interface com.ibm.commerce.catalog.beans.ProductSetCeRelInputDataBean
        Parameters:
        aCatalogEntryId - the primary key of the catalog entry
      • 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.ProductSetCeRelInputDataBean
        Parameters:
        aProductSetId - the primary key of the product set