com.ibm.commerce.foundation.common.datatypes

Interface CampaignExternalIdentifierType



  • public interface CampaignExternalIdentifierType
    A representation of the model object 'Campaign External Identifier Type'. The unique external identifier of a campaign.

    The following features are supported:

    See Also:
    CommerceFoundationPackage.getCampaignExternalIdentifierType()
    • Method Detail

      • getName

        java.lang.String getName()
        Returns the value of the 'Name' attribute. The name of the campaign.
        Returns:
        the value of the 'Name' attribute.
        See Also:
        setName(String), CommerceFoundationPackage.getCampaignExternalIdentifierType_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()
      • getStoreIdentifier

        StoreIdentifierType getStoreIdentifier()
        Returns the value of the 'Store Identifier' containment reference. The identifier of the store in which the campaign is configured.
        Returns:
        the value of the 'Store Identifier' containment reference.
        See Also:
        setStoreIdentifier(StoreIdentifierType), CommerceFoundationPackage.getCampaignExternalIdentifierType_StoreIdentifier()