com.ibm.commerce.marketing.facade.datatypes

Interface ProcessMarketingContentDataAreaType



  • public interface ProcessMarketingContentDataAreaType
    A representation of the model object 'Process Marketing Content Data Area Type'. Type definition of the ProcessMarketingContent BOD's data area.

    The following features are supported:

    See Also:
    MarketingPackage.getProcessMarketingContentDataAreaType()
    • 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.getProcessMarketingContentDataAreaType_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()
      • 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.getProcessMarketingContentDataAreaType_MarketingContent()