com.ibm.commerce.marketing.facade.datatypes

Interface MarketingSpotPageIdentifierType



  • public interface MarketingSpotPageIdentifierType
    A representation of the model object 'Spot Page Identifier Type'. The unique identifier of a store page which contains an e-Marketing Spot.

    The following features are supported:

    See Also:
    MarketingPackage.getMarketingSpotPageIdentifierType()
    • Method Detail

      • getUniqueID

        java.lang.String getUniqueID()
        Returns the value of the 'Unique ID' attribute. The unique ID of a store page which contains an e-Marketing Spot.
        Returns:
        the value of the 'Unique ID' attribute.
        See Also:
        setUniqueID(String), MarketingPackage.getMarketingSpotPageIdentifierType_UniqueID()
      • setUniqueID

        void setUniqueID(java.lang.String value)
        Sets the value of the 'Unique ID' attribute.
        Parameters:
        value - the new value of the 'Unique ID' attribute.
        See Also:
        getUniqueID()