com.ibm.commerce.marketing.facade.datatypes

Interface GetCampaignDataAreaType



  • public interface GetCampaignDataAreaType
    A representation of the model object 'Get Campaign Data Area Type'. Type definition of the GetCampaign BOD's data area.

    The following features are supported:

    See Also:
    MarketingPackage.getGetCampaignDataAreaType()
    • Method Detail

      • getGet

        GetType getGet()
        Returns the value of the 'Get' containment reference. The Get verb.
        Returns:
        the value of the 'Get' containment reference.
        See Also:
        setGet(GetType), MarketingPackage.getGetCampaignDataAreaType_Get()
      • setGet

        void setGet(GetType value)
        Sets the value of the 'Get' containment reference.
        Parameters:
        value - the new value of the 'Get' containment reference.
        See Also:
        getGet()
      • 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.getGetCampaignDataAreaType_Campaign()