com.ibm.commerce.marketing.facade.datatypes

Interface BaseMarketingSpotActivityDataType

    • Method Detail

      • getName

        java.lang.String getName()
        Returns the value of the 'Name' attribute. The name of the data.
        Returns:
        the value of the 'Name' attribute.
        See Also:
        setName(String), MarketingPackage.getBaseMarketingSpotActivityDataType_Name()
      • setName

        void setName(java.lang.String value)
        Sets the value of the 'Name' attribute.
        Parameters:
        value - the new value of the 'Name' attribute.
        See Also:
        getName()
      • getDataType

        java.lang.Object getDataType()
        Returns the value of the 'Data Type' attribute. The type of the data to display in the e-Marketing Spot.
        Returns:
        the value of the 'Data Type' attribute.
        See Also:
        setDataType(Object), MarketingPackage.getBaseMarketingSpotActivityDataType_DataType()
      • setDataType

        void setDataType(java.lang.Object value)
        Sets the value of the 'Data Type' attribute.
        Parameters:
        value - the new value of the 'Data Type' attribute.
        See Also:
        getDataType()
      • getUniqueID

        java.lang.String getUniqueID()
        Returns the value of the 'Unique ID' attribute. A unique identifier for the data.
        Returns:
        the value of the 'Unique ID' attribute.
        See Also:
        setUniqueID(String), MarketingPackage.getBaseMarketingSpotActivityDataType_UniqueID()
      • setUniqueID

        void setUniqueID(java.lang.String value)
        Sets the value of the 'Unique ID' attribute.
        Parameters:
        value - the new value of the 'Unique ID' attribute.
        See Also:
        getUniqueID()
      • getActivityIdentifier

        ActivityIdentifierType getActivityIdentifier()
        Returns the value of the 'Activity Identifier' containment reference. The unique identifier of the activity that returned the data to be displayed in the e-marketing spot.
        Returns:
        the value of the 'Activity Identifier' containment reference.
        See Also:
        setActivityIdentifier(ActivityIdentifierType), MarketingPackage.getBaseMarketingSpotActivityDataType_ActivityIdentifier()
      • getCampaignName

        java.lang.String getCampaignName()
        Returns the value of the 'Campaign Name' attribute. The name of the campaign that returned the data to be displayed in the e-marketing spot.
        Returns:
        the value of the 'Campaign Name' attribute.
        See Also:
        setCampaignName(String), MarketingPackage.getBaseMarketingSpotActivityDataType_CampaignName()
      • setCampaignName

        void setCampaignName(java.lang.String value)
        Sets the value of the 'Campaign Name' attribute.
        Parameters:
        value - the new value of the 'Campaign Name' attribute.
        See Also:
        getCampaignName()
      • getActivityFormat

        java.lang.Object getActivityFormat()
        Returns the value of the 'Activity Format' attribute. The type of the activity that returned the data to be displayed in the e-marketing spot.
        Returns:
        the value of the 'Activity Format' attribute.
        See Also:
        setActivityFormat(Object), MarketingPackage.getBaseMarketingSpotActivityDataType_ActivityFormat()
      • setActivityFormat

        void setActivityFormat(java.lang.Object value)
        Sets the value of the 'Activity Format' attribute.
        Parameters:
        value - the new value of the 'Activity Format' attribute.
        See Also:
        getActivityFormat()
      • getActivityPriority

        java.math.BigInteger getActivityPriority()
        Returns the value of the 'Activity Priority' attribute. The priority of the activity that returned the data to be displayed in the e-marketing spot.
        Returns:
        the value of the 'Activity Priority' attribute.
        See Also:
        setActivityPriority(BigInteger), MarketingPackage.getBaseMarketingSpotActivityDataType_ActivityPriority()
      • setActivityPriority

        void setActivityPriority(java.math.BigInteger value)
        Sets the value of the 'Activity Priority' attribute.
        Parameters:
        value - the new value of the 'Activity Priority' attribute.
        See Also:
        getActivityPriority()
      • getExperimentResult

        java.util.List getExperimentResult()
        Returns the value of the 'Experiment Result' containment reference list. The list contents are of type ExperimentResultType. The list of experiments that resulted in the display of this data in the eMarketing Spot.
        Returns:
        the value of the 'Experiment Result' containment reference list.
        See Also:
        MarketingPackage.getBaseMarketingSpotActivityDataType_ExperimentResult()
      • getProperties

        java.util.Map getProperties()
        Returns the value of the 'Properties' map. The key is of type String, and the value is of type String, Optional properties associated with the content to display.
        Returns:
        the value of the 'Properties' map.
        See Also:
        MarketingPackage.getBaseMarketingSpotActivityDataType_Properties()
      • getUserData

        UserDataType getUserData()
        Returns the value of the 'User Data' containment reference. User Data.
        Returns:
        the value of the 'User Data' containment reference.
        See Also:
        setUserData(UserDataType), MarketingPackage.getBaseMarketingSpotActivityDataType_UserData()
      • setUserData

        void setUserData(UserDataType value)
        Sets the value of the 'User Data' containment reference.
        Parameters:
        value - the new value of the 'User Data' containment reference.
        See Also:
        getUserData()