com.ibm.commerce.marketing.facade.datatypes

Interface DefaultContentType



  • public interface DefaultContentType
    A representation of the model object 'Default Content Type'. The default marketing content to display in an e-Marketing Spot when no data is returned from the web activities scheduled on the e-Marketing Spot.

    The following features are supported:

    See Also:
    MarketingPackage.getDefaultContentType()
    • Method Detail

      • getUniqueID

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

        StoreIdentifierType getStoreIdentifier()
        Returns the value of the 'Store Identifier' containment reference. The unique identifier of the store which is associated with the default content.
        Returns:
        the value of the 'Store Identifier' containment reference.
        See Also:
        setStoreIdentifier(StoreIdentifierType), MarketingPackage.getDefaultContentType_StoreIdentifier()
      • getContentUniqueID

        java.lang.String getContentUniqueID()
        Returns the value of the 'Content Unique ID' attribute. The unique identifier of the content to display.
        Returns:
        the value of the 'Content Unique ID' attribute.
        See Also:
        setContentUniqueID(String), MarketingPackage.getDefaultContentType_ContentUniqueID()
      • setContentUniqueID

        void setContentUniqueID(java.lang.String value)
        Sets the value of the 'Content Unique ID' attribute.
        Parameters:
        value - the new value of the 'Content Unique ID' attribute.
        See Also:
        getContentUniqueID()
      • getFormat

        java.lang.String getFormat()
        Returns the value of the 'Format' attribute. The type of the content to display. Valid values in MarketingContent, CatalogGroup, CatalogEntry.
        Returns:
        the value of the 'Format' attribute.
        See Also:
        setFormat(String), MarketingPackage.getDefaultContentType_Format()
      • setFormat

        void setFormat(java.lang.String value)
        Sets the value of the 'Format' attribute.
        Parameters:
        value - the new value of the 'Format' attribute.
        See Also:
        getFormat()