com.ibm.commerce.marketing.facade.datatypes

Interface MarketingContentDescriptionType



  • public interface MarketingContentDescriptionType
    A representation of the model object 'Content Description Type'. The description of a marketing content.

    The following features are supported:

    See Also:
    MarketingPackage.getMarketingContentDescriptionType()
    • Method Detail

      • getLocation

        java.lang.String getLocation()
        Returns the value of the 'Location' attribute. The location of a marketing content.
        Returns:
        the value of the 'Location' attribute.
        See Also:
        setLocation(String), MarketingPackage.getMarketingContentDescriptionType_Location()
      • setLocation

        void setLocation(java.lang.String value)
        Sets the value of the 'Location' attribute.
        Parameters:
        value - the new value of the 'Location' attribute.
        See Also:
        getLocation()
      • getMarketingText

        java.lang.String getMarketingText()
        Returns the value of the 'Marketing Text' attribute. The marketing text of a marketing content.
        Returns:
        the value of the 'Marketing Text' attribute.
        See Also:
        setMarketingText(String), MarketingPackage.getMarketingContentDescriptionType_MarketingText()
      • setMarketingText

        void setMarketingText(java.lang.String value)
        Sets the value of the 'Marketing Text' attribute.
        Parameters:
        value - the new value of the 'Marketing Text' attribute.
        See Also:
        getMarketingText()
      • 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.getMarketingContentDescriptionType_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()
      • getLanguage

        java.lang.String getLanguage()
        Returns the value of the 'Language' attribute.

        If the meaning of the 'Language' attribute isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Language' attribute.
        See Also:
        setLanguage(String), MarketingPackage.getMarketingContentDescriptionType_Language()
      • setLanguage

        void setLanguage(java.lang.String value)
        Sets the value of the 'Language' attribute.
        Parameters:
        value - the new value of the 'Language' attribute.
        See Also:
        getLanguage()