com.ibm.commerce.catalog.beans

Class RelatedCatalogEntryDataBean

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


    public class RelatedCatalogEntryDataBean
    extends com.ibm.commerce.catalog.beansrc.RelatedCatalogEntryDataBeanBase
    implements com.ibm.commerce.catalog.beans.RelatedCatalogEntryInputDataBean, com.ibm.commerce.catalog.beans.RelatedCatalogEntrySmartDataBean
    This bean represents the related catalog entry. This bean maps to the MASSOCCECE database table.

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

    Access Beans: RelatedCatalogEntry

    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

      • RelatedCatalogEntryDataBean

        public RelatedCatalogEntryDataBean()
    • 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:
        the request property.
      • 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:
        aRequestProperty - the request property.
      • getDataBeanKeyAssociationReferenceNumber

        public java.lang.String getDataBeanKeyAssociationReferenceNumber()
        Gets the association reference number.
        Specified by:
        getDataBeanKeyAssociationReferenceNumber in interface com.ibm.commerce.catalog.beans.RelatedCatalogEntrySmartDataBean
        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 value to be set.
      • setDataBeanKeyAssociationReferenceNumber

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