com.ibm.commerce.marketing.facade.datatypes

Interface ChangeActivityDataAreaType



  • public interface ChangeActivityDataAreaType
    A representation of the model object 'Change Activity Data Area Type'. Type definition of the ChangeActivity BOD's data area.

    The following features are supported:

    See Also:
    MarketingPackage.getChangeActivityDataAreaType()
    • Method Detail

      • getChange

        ChangeType getChange()
        Returns the value of the 'Change' containment reference. The Change verb.
        Returns:
        the value of the 'Change' containment reference.
        See Also:
        setChange(ChangeType), MarketingPackage.getChangeActivityDataAreaType_Change()
      • setChange

        void setChange(ChangeType value)
        Sets the value of the 'Change' containment reference.
        Parameters:
        value - the new value of the 'Change' containment reference.
        See Also:
        getChange()
      • 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.getChangeActivityDataAreaType_Activity()