public interface CampaignElementTemplateIdentifierType
The following features are supported:
MarketingPackage.getCampaignElementTemplateIdentifierType()| Modifier and Type | Method and Description |
|---|---|
CampaignElementTemplateExternalIdentifierType |
getExternalIdentifier()
Returns the value of the 'External Identifier' containment reference.
|
java.lang.String |
getUniqueID()
Returns the value of the 'Unique ID' attribute.
|
void |
setExternalIdentifier(CampaignElementTemplateExternalIdentifierType value)
Sets the value of the '
External Identifier' containment reference. |
void |
setUniqueID(java.lang.String value)
Sets the value of the '
Unique ID' attribute. |
java.lang.String getUniqueID()
setUniqueID(String),
MarketingPackage.getCampaignElementTemplateIdentifierType_UniqueID()void setUniqueID(java.lang.String value)
Unique ID' attribute.
value - the new value of the 'Unique ID' attribute.getUniqueID()CampaignElementTemplateExternalIdentifierType getExternalIdentifier()
setExternalIdentifier(CampaignElementTemplateExternalIdentifierType),
MarketingPackage.getCampaignElementTemplateIdentifierType_ExternalIdentifier()void setExternalIdentifier(CampaignElementTemplateExternalIdentifierType value)
External Identifier' containment reference.
value - the new value of the 'External Identifier' containment reference.getExternalIdentifier()