com.ibm.commerce.foundation.common.datatypes

Interface MarketingEmailTemplateExternalIdentifierType



  • public interface MarketingEmailTemplateExternalIdentifierType
    A representation of the model object 'Marketing Email Template External Identifier Type'. The unique external identifier of a marketing e-mail template.

    The following features are supported:

    See Also:
    CommerceFoundationPackage.getMarketingEmailTemplateExternalIdentifierType()
    • Method Detail

      • getName

        java.lang.String getName()
        Returns the value of the 'Name' attribute. The name of the marketing e-mail template.
        Returns:
        the value of the 'Name' attribute.
        See Also:
        setName(String), CommerceFoundationPackage.getMarketingEmailTemplateExternalIdentifierType_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 to which the marketing e-mail template is registered.
        Returns:
        the value of the 'Store Identifier' containment reference.
        See Also:
        setStoreIdentifier(StoreIdentifierType), CommerceFoundationPackage.getMarketingEmailTemplateExternalIdentifierType_StoreIdentifier()