com.ibm.commerce.catalog.beans

Class RelatedBundleDataBean

  • All Implemented Interfaces:
    com.ibm.commerce.catalog.beans.RelatedBundleInputDataBean, com.ibm.commerce.catalog.beans.RelatedBundleSmartDataBean, java.io.Serializable


    public class RelatedBundleDataBean
    extends RelatedCatalogEntryAccessBean
    implements com.ibm.commerce.catalog.beans.RelatedBundleInputDataBean, com.ibm.commerce.catalog.beans.RelatedBundleSmartDataBean
    This bean represents a related Bundle. A related bundle has merchandising associations with other catalog entries. This bean maps to the MASSOCCECE database table.
    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

      • RelatedBundleDataBean

        public RelatedBundleDataBean()
        Creates an empty RelatedBundleDataBean.
      • RelatedBundleDataBean

        public RelatedBundleDataBean(RelatedCatalogEntryAccessBean abRelCatEntry)
        Creates a RelatedBundleDataBean from a related catalog entry access bean.
        Parameters:
        abRelCatEntry - the related catalog entry access bean.
      • RelatedBundleDataBean

        public RelatedBundleDataBean(RelatedCatalogEntryAccessBean abRelCatEntry,
                                     CommandContext aCommandContext)
        Creates a RelatedBundleDataBean from a related catalog entry access bean and a command context.
        Parameters:
        abRelCatEntry - the related catalog entry access bean.
        aCommandContext - the command context.
    • Method Detail

      • getBundle

        public BundleDataBean getBundle()
        Returns a bean that represents the related Bundle.
        Specified by:
        getBundle in interface com.ibm.commerce.catalog.beans.RelatedBundleSmartDataBean
        Returns:
        the related Bundle.
      • setBundle

        public void setBundle(BundleDataBean abnBundle)
        Sets the related Bundle.
        Specified by:
        setBundle in interface com.ibm.commerce.catalog.beans.RelatedBundleInputDataBean
        Parameters:
        abnBundle - the related Bundle.