com.ibm.commerce.marketing.facade.datatypes

Interface MarketingSpotActivityCatalogGroupDataType

  • All Superinterfaces:
    BaseMarketingSpotActivityDataType


    public interface MarketingSpotActivityCatalogGroupDataType
    extends BaseMarketingSpotActivityDataType
    A representation of the model object 'Spot Activity Catalog Group Data Type'. The catalog group to display in the e-Marketing Spot.

    The following features are supported:

    See Also:
    MarketingPackage.getMarketingSpotActivityCatalogGroupDataType()
    • Method Detail

      • getCatalogGroup

        CatalogGroupType getCatalogGroup()
        Returns the value of the 'Catalog Group' containment reference. A catalog group.
        Returns:
        the value of the 'Catalog Group' containment reference.
        See Also:
        setCatalogGroup(CatalogGroupType), MarketingPackage.getMarketingSpotActivityCatalogGroupDataType_CatalogGroup()
      • setCatalogGroup

        void setCatalogGroup(CatalogGroupType value)
        Sets the value of the 'Catalog Group' containment reference.
        Parameters:
        value - the new value of the 'Catalog Group' containment reference.
        See Also:
        getCatalogGroup()