com.ibm.commerce.foundation.common.datatypes

Interface CampaignIdentifierType



  • public interface CampaignIdentifierType
    A representation of the model object 'Campaign Identifier Type'. The unique identifier of a marketing campaign.

    The following features are supported:

    See Also:
    CommerceFoundationPackage.getCampaignIdentifierType()
    • Method Detail

      • getUniqueID

        java.lang.String getUniqueID()
        Returns the value of the 'Unique ID' attribute. The unique ID of the campaign.
        Returns:
        the value of the 'Unique ID' attribute.
        See Also:
        setUniqueID(String), CommerceFoundationPackage.getCampaignIdentifierType_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()