com.ibm.commerce.catalog.beans

Class RelatedCatalogGroupDataBean

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


    public class RelatedCatalogGroupDataBean
    extends com.ibm.commerce.catalog.beansrc.RelatedCatalogGroupDataBeanBase
    implements com.ibm.commerce.catalog.beans.RelatedCatalogGroupInputDataBean, com.ibm.commerce.catalog.beans.RelatedCatalogGroupSmartDataBean
    This bean allows access to information pertaining to merchandising associations between catalog groups. This bean maps to the MASSOCGPGP database table.

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

    Access Beans: RelatedCatalogGroup

    Mandatory Parameters (for single row retrieval):

    • association reference number

    Some hints and tips for using this data bean are:

    • It is important to set the association reference number 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

      • RelatedCatalogGroupDataBean

        public RelatedCatalogGroupDataBean()
    • Method Detail

      • getRequestProperties

        public TypedProperty getRequestProperties()
        Gets the request property set within this bean, including the merchandising association reference number.
        Specified by:
        getRequestProperties in interface InputDataBean
        Returns:
        com.ibm.commerce.datatype.TypedProperty
      • setRequestProperties

        public void setRequestProperties(TypedProperty aRequestProperty)
        Sets the request property within this bean, including the merchandising association reference number. The following values are set in this method: association reference number
        Specified by:
        setRequestProperties in interface InputDataBean
        Parameters:
        aTypedProperty - the request property
      • getDataBeanKeyAssociationReferenceNumber

        public java.lang.String getDataBeanKeyAssociationReferenceNumber()
        Gets the association reference number.
        Specified by:
        getDataBeanKeyAssociationReferenceNumber in interface com.ibm.commerce.catalog.beans.RelatedCatalogGroupSmartDataBean
        Returns:
        the association reference number.
      • setCommandContext

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

        public void setDataBeanKeyAssociationReferenceNumber(java.lang.String aAssociationReferenceNumber)
        Sets the association reference number.
        Specified by:
        setDataBeanKeyAssociationReferenceNumber in interface com.ibm.commerce.catalog.beans.RelatedCatalogGroupInputDataBean
        Parameters:
        aAssociationReferenceNumber - the association reference number.