com.ibm.commerce.marketing.facade.datatypes

Interface CampaignElementTemplateExternalIdentifierType



  • public interface CampaignElementTemplateExternalIdentifierType
    A representation of the model object 'Campaign Element Template External Identifier Type'. The unique external identifier of a campaign element template.

    The following features are supported:

    See Also:
    MarketingPackage.getCampaignElementTemplateExternalIdentifierType()
    • Method Detail

      • getName

        java.lang.String getName()
        Returns the value of the 'Name' attribute. The name of a template definition of an element within a marketing campaign.
        Returns:
        the value of the 'Name' attribute.
        See Also:
        setName(String), MarketingPackage.getCampaignElementTemplateExternalIdentifierType_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()
      • getCampaignElementFormat

        java.lang.Object getCampaignElementFormat()
        Returns the value of the 'Campaign Element Format' attribute. The format of a template definition of an element within a marketing campaign.
        Returns:
        the value of the 'Campaign Element Format' attribute.
        See Also:
        setCampaignElementFormat(Object), MarketingPackage.getCampaignElementTemplateExternalIdentifierType_CampaignElementFormat()
      • setCampaignElementFormat

        void setCampaignElementFormat(java.lang.Object value)
        Sets the value of the 'Campaign Element Format' attribute.
        Parameters:
        value - the new value of the 'Campaign Element Format' attribute.
        See Also:
        getCampaignElementFormat()
      • getStoreIdentifier

        StoreIdentifierType getStoreIdentifier()
        Returns the value of the 'Store Identifier' containment reference. The identifier of the store in which the template definition is registered.
        Returns:
        the value of the 'Store Identifier' containment reference.
        See Also:
        setStoreIdentifier(StoreIdentifierType), MarketingPackage.getCampaignElementTemplateExternalIdentifierType_StoreIdentifier()