public interface MarketingSpotPageType
The following features are supported:
MarketingPackage.getMarketingSpotPageType()
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
Returns the value of the 'Description' attribute.
|
MarketingSpotPageIdentifierType |
getMarketingSpotPageIdentifier()
Returns the value of the 'Marketing Spot Page Identifier' containment reference.
|
java.lang.String |
getPath()
Returns the value of the 'Path' attribute.
|
UserDataType |
getUserData()
Returns the value of the 'User Data' containment reference.
|
void |
setDescription(java.lang.String value)
Sets the value of the '
Description ' attribute. |
void |
setMarketingSpotPageIdentifier(MarketingSpotPageIdentifierType value)
Sets the value of the '
Marketing Spot Page Identifier ' containment reference. |
void |
setPath(java.lang.String value)
Sets the value of the '
Path ' attribute. |
void |
setUserData(UserDataType value)
Sets the value of the '
User Data ' containment reference. |
MarketingSpotPageIdentifierType getMarketingSpotPageIdentifier()
setMarketingSpotPageIdentifier(MarketingSpotPageIdentifierType)
,
MarketingPackage.getMarketingSpotPageType_MarketingSpotPageIdentifier()
void setMarketingSpotPageIdentifier(MarketingSpotPageIdentifierType value)
Marketing Spot Page Identifier
' containment reference.
value
- the new value of the 'Marketing Spot Page Identifier' containment reference.getMarketingSpotPageIdentifier()
java.lang.String getDescription()
setDescription(String)
,
MarketingPackage.getMarketingSpotPageType_Description()
void setDescription(java.lang.String value)
Description
' attribute.
value
- the new value of the 'Description' attribute.getDescription()
java.lang.String getPath()
setPath(String)
,
MarketingPackage.getMarketingSpotPageType_Path()
void setPath(java.lang.String value)
Path
' attribute.
value
- the new value of the 'Path' attribute.getPath()
UserDataType getUserData()
setUserData(UserDataType)
,
MarketingPackage.getMarketingSpotPageType_UserData()
void setUserData(UserDataType value)
User Data
' containment reference.
value
- the new value of the 'User Data' containment reference.getUserData()