com.ibm.commerce.marketing.facade.datatypes

Interface MarketingSpotActivityCatalogEntryDataType

  • All Superinterfaces:
    BaseMarketingSpotActivityDataType


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

    The following features are supported:

    See Also:
    MarketingPackage.getMarketingSpotActivityCatalogEntryDataType()
    • Method Detail

      • getCatalogEntry

        CatalogEntryType getCatalogEntry()
        Returns the value of the 'Catalog Entry' containment reference. A CatalogEntry is used to represent a product, an item, or a kit.
        Returns:
        the value of the 'Catalog Entry' containment reference.
        See Also:
        setCatalogEntry(CatalogEntryType), MarketingPackage.getMarketingSpotActivityCatalogEntryDataType_CatalogEntry()
      • setCatalogEntry

        void setCatalogEntry(CatalogEntryType value)
        Sets the value of the 'Catalog Entry' containment reference.
        Parameters:
        value - the new value of the 'Catalog Entry' containment reference.
        See Also:
        getCatalogEntry()