com.ibm.commerce.marketing.facade.datatypes

Interface ShowCampaignDataAreaType



  • public interface ShowCampaignDataAreaType
    A representation of the model object 'Show Campaign Data Area Type'. Type definition of the ShowCampaign BOD's data area.

    The following features are supported:

    See Also:
    MarketingPackage.getShowCampaignDataAreaType()
    • 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.getShowCampaignDataAreaType_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()
      • getCampaign

        java.util.List getCampaign()
        Returns the value of the 'Campaign' containment reference list. The list contents are of type CampaignType. The Campaign noun.
        Returns:
        the value of the 'Campaign' containment reference list.
        See Also:
        MarketingPackage.getShowCampaignDataAreaType_Campaign()