com.ibm.commerce.marketing.facade.datatypes

Interface ProcessCampaignElementTemplateDataAreaType



  • public interface ProcessCampaignElementTemplateDataAreaType
    A representation of the model object 'Process Campaign Element Template Data Area Type'. Type definition of the ProcessCampaignElementTemplate BOD's data area.

    The following features are supported:

    See Also:
    MarketingPackage.getProcessCampaignElementTemplateDataAreaType()
    • 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.getProcessCampaignElementTemplateDataAreaType_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()
      • getCampaignElementTemplate

        java.util.List getCampaignElementTemplate()
        Returns the value of the 'Campaign Element Template' containment reference list. The list contents are of type CampaignElementTemplateType. The CampaignElementTemplate noun.
        Returns:
        the value of the 'Campaign Element Template' containment reference list.
        See Also:
        MarketingPackage.getProcessCampaignElementTemplateDataAreaType_CampaignElementTemplate()