com.ibm.commerce.catalog.beans

Class RelatedDynamicKitDataBean

  • All Implemented Interfaces:
    com.ibm.commerce.catalog.beans.RelatedDynamicKitInputDataBean, com.ibm.commerce.catalog.beans.RelatedDynamicKitSmartDataBean, java.io.Serializable


    public class RelatedDynamicKitDataBean
    extends RelatedCatalogEntryAccessBean
    implements com.ibm.commerce.catalog.beans.RelatedDynamicKitInputDataBean, com.ibm.commerce.catalog.beans.RelatedDynamicKitSmartDataBean
    This bean represents a Dynamic Kit which is related to other catalog entries through a merchandising association.

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

    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

      • RelatedDynamicKitDataBean

        public RelatedDynamicKitDataBean()
        Creates an empty RelatedDynamicKitDataBean.
      • RelatedDynamicKitDataBean

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

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

      • getDynamicKit

        public DynamicKitDataBean getDynamicKit()
        Returns a bean that represents the related Dynamic Kit.
        Specified by:
        getDynamicKit in interface com.ibm.commerce.catalog.beans.RelatedDynamicKitSmartDataBean
        Returns:
        the related Dynamic Kit.
      • setDynamicKit

        public void setDynamicKit(DynamicKitDataBean abnDynamicKit)
        Sets the related Dynamic Kit
        Specified by:
        setDynamicKit in interface com.ibm.commerce.catalog.beans.RelatedDynamicKitInputDataBean
        Parameters:
        abnDynamicKit - the dynamic kit.