com.ibm.commerce.marketing.facade.datatypes

Interface ShowActivityDataAreaType



  • public interface ShowActivityDataAreaType
    A representation of the model object 'Show Activity Data Area Type'. Type definition of the ShowActivity BOD's data area.

    The following features are supported:

    See Also:
    MarketingPackage.getShowActivityDataAreaType()
    • 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.getShowActivityDataAreaType_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()
      • getActivity

        java.util.List getActivity()
        Returns the value of the 'Activity' containment reference list. The list contents are of type ActivityType. The Activity noun.
        Returns:
        the value of the 'Activity' containment reference list.
        See Also:
        MarketingPackage.getShowActivityDataAreaType_Activity()