public interface CampaignElementTemplateExternalIdentifierType
The following features are supported:
MarketingPackage.getCampaignElementTemplateExternalIdentifierType()
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getCampaignElementFormat()
Returns the value of the 'Campaign Element Format' attribute.
|
java.lang.String |
getName()
Returns the value of the 'Name' attribute.
|
StoreIdentifierType |
getStoreIdentifier()
Returns the value of the 'Store Identifier' containment reference.
|
void |
setCampaignElementFormat(java.lang.Object value)
Sets the value of the '
Campaign Element Format ' attribute. |
void |
setName(java.lang.String value)
Sets the value of the '
Name ' attribute. |
void |
setStoreIdentifier(StoreIdentifierType value)
Sets the value of the '
Store Identifier ' containment reference. |
java.lang.String getName()
setName(String)
,
MarketingPackage.getCampaignElementTemplateExternalIdentifierType_Name()
void setName(java.lang.String value)
Name
' attribute.
value
- the new value of the 'Name' attribute.getName()
java.lang.Object getCampaignElementFormat()
setCampaignElementFormat(Object)
,
MarketingPackage.getCampaignElementTemplateExternalIdentifierType_CampaignElementFormat()
void setCampaignElementFormat(java.lang.Object value)
Campaign Element Format
' attribute.
value
- the new value of the 'Campaign Element Format' attribute.getCampaignElementFormat()
StoreIdentifierType getStoreIdentifier()
setStoreIdentifier(StoreIdentifierType)
,
MarketingPackage.getCampaignElementTemplateExternalIdentifierType_StoreIdentifier()
void setStoreIdentifier(StoreIdentifierType value)
Store Identifier
' containment reference.
value
- the new value of the 'Store Identifier' containment reference.getStoreIdentifier()