com.ibm.commerce.marketing.facade.datatypes

Interface MarketingContentFormatType



  • public interface MarketingContentFormatType
    A representation of the model object 'Content Format Type'. The type of the marketing content.

    The following features are supported:

    See Also:
    MarketingPackage.getMarketingContentFormatType()
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      java.lang.Object getName()
      Returns the value of the 'Name' attribute.
      java.lang.String getUniqueID()
      Returns the value of the 'Unique ID' attribute.
      void setName(java.lang.Object value)
      Sets the value of the 'Name' attribute.
      void setUniqueID(java.lang.String value)
      Sets the value of the 'Unique ID' attribute.
    • Method Detail

      • getUniqueID

        java.lang.String getUniqueID()
        Returns the value of the 'Unique ID' attribute. The unique ID of the type of the marketing content.
        Returns:
        the value of the 'Unique ID' attribute.
        See Also:
        setUniqueID(String), MarketingPackage.getMarketingContentFormatType_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()
      • getName

        java.lang.Object getName()
        Returns the value of the 'Name' attribute. The name of the type of the marketing content.
        Returns:
        the value of the 'Name' attribute.
        See Also:
        setName(Object), MarketingPackage.getMarketingContentFormatType_Name()
      • setName

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