com.ibm.commerce.marketing.facade.datatypes

Interface MarketingSpotPageExternalIdentifier



  • public interface MarketingSpotPageExternalIdentifier
    A representation of the model object 'Spot Page External Identifier'. The unique external identifier of a marketing spot page.

    The following features are supported:

    See Also:
    MarketingPackage.getMarketingSpotPageExternalIdentifier()
    • Method Detail

      • getName

        java.lang.String getName()
        Returns the value of the 'Name' attribute. The name of a store page which contains an e-Marketing Spot.
        Returns:
        the value of the 'Name' attribute.
        See Also:
        setName(String), MarketingPackage.getMarketingSpotPageExternalIdentifier_Name()
      • setName

        void setName(java.lang.String value)
        Sets the value of the 'Name' attribute.
        Parameters:
        value - the new value of the 'Name' attribute.
        See Also:
        getName()
      • getStoreIdentifier

        StoreIdentifierType getStoreIdentifier()
        Returns the value of the 'Store Identifier' containment reference. The unique identifier of the store associated with the store page which contains an e-Marketing Spot.
        Returns:
        the value of the 'Store Identifier' containment reference.
        See Also:
        setStoreIdentifier(StoreIdentifierType), MarketingPackage.getMarketingSpotPageExternalIdentifier_StoreIdentifier()