com.ibm.commerce.marketing.facade.datatypes

Interface ProcessCampaignDataAreaType



  • public interface ProcessCampaignDataAreaType
    A representation of the model object 'Process Campaign Data Area Type'. Type definition of the ProcessCampaign BOD's data area.

    The following features are supported:

    See Also:
    MarketingPackage.getProcessCampaignDataAreaType()
    • Method Detail

      • getProcess

        ProcessType getProcess()
        Returns the value of the 'Process' containment reference. The Process verb.
        Returns:
        the value of the 'Process' containment reference.
        See Also:
        setProcess(ProcessType), MarketingPackage.getProcessCampaignDataAreaType_Process()
      • setProcess

        void setProcess(ProcessType value)
        Sets the value of the 'Process' containment reference.
        Parameters:
        value - the new value of the 'Process' containment reference.
        See Also:
        getProcess()
      • 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.getProcessCampaignDataAreaType_Campaign()