com.ibm.commerce.foundation.common.datatypes

Interface MarketingEmailTemplateIdentifierType



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

    The following features are supported:

    See Also:
    CommerceFoundationPackage.getMarketingEmailTemplateIdentifierType()
    • Method Detail

      • getUniqueID

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