com.ibm.commerce.marketing.facade.datatypes

Interface CampaignElementVariableType



  • public interface CampaignElementVariableType
    A representation of the model object 'Campaign Element Variable Type'. The name value pair variables associated with a campaign element.

    The following features are supported:

    See Also:
    MarketingPackage.getCampaignElementVariableType()
    • Method Detail

      • getName

        java.lang.String getName()
        Returns the value of the 'Name' attribute. The name of the campaign element variable.
        Returns:
        the value of the 'Name' attribute.
        See Also:
        setName(String), MarketingPackage.getCampaignElementVariableType_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()
      • getValue

        java.lang.String getValue()
        Returns the value of the 'Value' attribute. The value of the campaign element variable.
        Returns:
        the value of the 'Value' attribute.
        See Also:
        setValue(String), MarketingPackage.getCampaignElementVariableType_Value()
      • setValue

        void setValue(java.lang.String value)
        Sets the value of the 'Value' attribute.
        Parameters:
        value - the new value of the 'Value' attribute.
        See Also:
        getValue()
      • getSequenceOrder

        java.lang.String getSequenceOrder()
        Returns the value of the 'Sequence Order' attribute. The order of the campaign element variable within the element.
        Returns:
        the value of the 'Sequence Order' attribute.
        See Also:
        setSequenceOrder(String), MarketingPackage.getCampaignElementVariableType_SequenceOrder()
      • setSequenceOrder

        void setSequenceOrder(java.lang.String value)
        Sets the value of the 'Sequence Order' attribute.
        Parameters:
        value - the new value of the 'Sequence Order' attribute.
        See Also:
        getSequenceOrder()
      • getProperties

        java.lang.String getProperties()
        Returns the value of the 'Properties' attribute. Any defining properties associated with this name value pair.
        Returns:
        the value of the 'Properties' attribute.
        See Also:
        setProperties(String), MarketingPackage.getCampaignElementVariableType_Properties()
      • setProperties

        void setProperties(java.lang.String value)
        Sets the value of the 'Properties' attribute.
        Parameters:
        value - the new value of the 'Properties' attribute.
        See Also:
        getProperties()
      • getTriggerMatch

        java.math.BigInteger getTriggerMatch()
        Returns the value of the 'Trigger Match' attribute. Is this name value pair used when matching for the occurrence of a trigger.
        Returns:
        the value of the 'Trigger Match' attribute.
        See Also:
        setTriggerMatch(BigInteger), MarketingPackage.getCampaignElementVariableType_TriggerMatch()
      • setTriggerMatch

        void setTriggerMatch(java.math.BigInteger value)
        Sets the value of the 'Trigger Match' attribute.
        Parameters:
        value - the new value of the 'Trigger Match' attribute.
        See Also:
        getTriggerMatch()
      • 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.getCampaignElementVariableType_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()