com.ibm.commerce.marketing.facade.datatypes

Interface MarketingSpotPageType



  • public interface MarketingSpotPageType
    A representation of the model object 'Spot Page Type'. A store page which contains an e-Marketing Spot.

    The following features are supported:

    See Also:
    MarketingPackage.getMarketingSpotPageType()
    • Method Detail

      • getMarketingSpotPageIdentifier

        MarketingSpotPageIdentifierType getMarketingSpotPageIdentifier()
        Returns the value of the 'Marketing Spot Page Identifier' containment reference. The unique identifier of a store page which contains an e-Marketing Spot.
        Returns:
        the value of the 'Marketing Spot Page Identifier' containment reference.
        See Also:
        setMarketingSpotPageIdentifier(MarketingSpotPageIdentifierType), MarketingPackage.getMarketingSpotPageType_MarketingSpotPageIdentifier()
      • getDescription

        java.lang.String getDescription()
        Returns the value of the 'Description' attribute. The description of a store page which contains an e-Marketing Spot.
        Returns:
        the value of the 'Description' attribute.
        See Also:
        setDescription(String), MarketingPackage.getMarketingSpotPageType_Description()
      • setDescription

        void setDescription(java.lang.String value)
        Sets the value of the 'Description' attribute.
        Parameters:
        value - the new value of the 'Description' attribute.
        See Also:
        getDescription()
      • getPath

        java.lang.String getPath()
        Returns the value of the 'Path' attribute. The path to a store page which contains an e-Marketing Spot.
        Returns:
        the value of the 'Path' attribute.
        See Also:
        setPath(String), MarketingPackage.getMarketingSpotPageType_Path()
      • setPath

        void setPath(java.lang.String value)
        Sets the value of the 'Path' attribute.
        Parameters:
        value - the new value of the 'Path' attribute.
        See Also:
        getPath()
      • getUserData

        UserDataType getUserData()
        Returns the value of the 'User Data' containment reference. User Data.
        Returns:
        the value of the 'User Data' containment reference.
        See Also:
        setUserData(UserDataType), MarketingPackage.getMarketingSpotPageType_UserData()
      • setUserData

        void setUserData(UserDataType value)
        Sets the value of the 'User Data' containment reference.
        Parameters:
        value - the new value of the 'User Data' containment reference.
        See Also:
        getUserData()