com.ibm.commerce.marketing.facade.datatypes

Interface CampaignElementIdentifierType



  • public interface CampaignElementIdentifierType
    A representation of the model object 'Campaign Element Identifier Type'. The unique identifier of a campaign element.

    The following features are supported:

    See Also:
    MarketingPackage.getCampaignElementIdentifierType()
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      java.lang.String getName()
      Returns the value of the 'Name' attribute.
      java.lang.String getUniqueID()
      Returns the value of the 'Unique ID' attribute.
      void setName(java.lang.String value)
      Sets the value of the 'Name' attribute.
      void setUniqueID(java.lang.String value)
      Sets the value of the 'Unique ID' attribute.
    • Method Detail

      • getUniqueID

        java.lang.String getUniqueID()
        Returns the value of the 'Unique ID' attribute. The unique ID of a campaign element.
        Returns:
        the value of the 'Unique ID' attribute.
        See Also:
        setUniqueID(String), MarketingPackage.getCampaignElementIdentifierType_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()
      • getName

        java.lang.String getName()
        Returns the value of the 'Name' attribute. The name to identify the element within the marketing activity.
        Returns:
        the value of the 'Name' attribute.
        See Also:
        setName(String), MarketingPackage.getCampaignElementIdentifierType_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()