public interface MarketingSpotDataType
The following features are supported:
MarketingPackage.getMarketingSpotDataType()
Modifier and Type | Method and Description |
---|---|
java.util.List |
getBaseMarketingSpotActivityData()
Returns the value of the 'Base Marketing Spot Activity Data' containment reference list.
|
commonj.sdo.Sequence |
getBaseMarketingSpotActivityDataGroup()
Returns the value of the 'Base Marketing Spot Activity Data Group' attribute list.
|
java.lang.String |
getBehavior()
Returns the value of the 'Behavior' attribute.
|
java.util.List |
getDefaultContentDisplaySequence()
Returns the value of the 'Default Content Display Sequence' containment reference list.
|
java.util.List |
getFilteredResult()
Returns the value of the 'Filtered Result' containment reference list.
|
java.util.List |
getMarketingSpotDataTitle()
Returns the value of the 'Marketing Spot Data Title' containment reference list.
|
MarketingSpotIdentifierType |
getMarketingSpotIdentifier()
Returns the value of the 'Marketing Spot Identifier' containment reference.
|
java.math.BigInteger |
getNextTimeLimit()
Returns the value of the 'Next Time Limit' attribute.
|
java.util.List |
getPreviewReport()
Returns the value of the 'Preview Report' attribute list.
|
UserDataType |
getUserData()
Returns the value of the 'User Data' containment reference.
|
void |
setBehavior(java.lang.String value)
Sets the value of the '
Behavior ' attribute. |
void |
setMarketingSpotIdentifier(MarketingSpotIdentifierType value)
Sets the value of the '
Marketing Spot Identifier ' containment reference. |
void |
setNextTimeLimit(java.math.BigInteger value)
Sets the value of the '
Next Time Limit ' attribute. |
void |
setUserData(UserDataType value)
Sets the value of the '
User Data ' containment reference. |
MarketingSpotIdentifierType getMarketingSpotIdentifier()
setMarketingSpotIdentifier(MarketingSpotIdentifierType)
,
MarketingPackage.getMarketingSpotDataType_MarketingSpotIdentifier()
void setMarketingSpotIdentifier(MarketingSpotIdentifierType value)
Marketing Spot Identifier
' containment reference.
value
- the new value of the 'Marketing Spot Identifier' containment reference.getMarketingSpotIdentifier()
commonj.sdo.Sequence getBaseMarketingSpotActivityDataGroup()
MarketingPackage.getMarketingSpotDataType_BaseMarketingSpotActivityDataGroup()
java.util.List getBaseMarketingSpotActivityData()
BaseMarketingSpotActivityDataType
.
The data to display in the e-marketing spot.
This contains information about the activity
that returned this data, and the data.
MarketingPackage.getMarketingSpotDataType_BaseMarketingSpotActivityData()
java.util.List getPreviewReport()
String
.
Information about the activity evaluation.
MarketingPackage.getMarketingSpotDataType_PreviewReport()
java.util.List getFilteredResult()
FilteredResultType
.
(Optional) Result that was filtered from display
in the e-Marketing Spot.
MarketingPackage.getMarketingSpotDataType_FilteredResult()
java.util.List getMarketingSpotDataTitle()
MarketingSpotActivityMarketingContentDataType
.
The marketing title to display in the e-Marketing Spot.
MarketingPackage.getMarketingSpotDataType_MarketingSpotDataTitle()
java.lang.String getBehavior()
setBehavior(String)
,
MarketingPackage.getMarketingSpotDataType_Behavior()
void setBehavior(java.lang.String value)
Behavior
' attribute.
value
- the new value of the 'Behavior' attribute.getBehavior()
java.math.BigInteger getNextTimeLimit()
setNextTimeLimit(BigInteger)
,
MarketingPackage.getMarketingSpotDataType_NextTimeLimit()
void setNextTimeLimit(java.math.BigInteger value)
Next Time Limit
' attribute.
value
- the new value of the 'Next Time Limit' attribute.getNextTimeLimit()
java.util.List getDefaultContentDisplaySequence()
DefaultContentDisplaySequenceType
.
The sequence values of the default content to display in the e-Marketing Spot.
MarketingPackage.getMarketingSpotDataType_DefaultContentDisplaySequence()
UserDataType getUserData()
setUserData(UserDataType)
,
MarketingPackage.getMarketingSpotDataType_UserData()
void setUserData(UserDataType value)
User Data
' containment reference.
value
- the new value of the 'User Data' containment reference.getUserData()