com.ibm.commerce.marketing.facade.datatypes

Interface ShowMarketingContentDataAreaType



  • public interface ShowMarketingContentDataAreaType
    A representation of the model object 'Show Marketing Content Data Area Type'. Type definition of the ShowMarketingContent BOD's data area.

    The following features are supported:

    See Also:
    MarketingPackage.getShowMarketingContentDataAreaType()
    • Method Detail

      • getShow

        ShowType getShow()
        Returns the value of the 'Show' containment reference. The Show verb.
        Returns:
        the value of the 'Show' containment reference.
        See Also:
        setShow(ShowType), MarketingPackage.getShowMarketingContentDataAreaType_Show()
      • setShow

        void setShow(ShowType value)
        Sets the value of the 'Show' containment reference.
        Parameters:
        value - the new value of the 'Show' containment reference.
        See Also:
        getShow()
      • getMarketingContent

        java.util.List getMarketingContent()
        Returns the value of the 'Marketing Content' containment reference list. The list contents are of type MarketingContentType. The MarketingContent noun.
        Returns:
        the value of the 'Marketing Content' containment reference list.
        See Also:
        MarketingPackage.getShowMarketingContentDataAreaType_MarketingContent()