public interface Dmemspotstats
The following features are supported:
MarketingEntityPackage.getDmemspotstats()
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
getClicks()
Returns the value of the 'Clicks' attribute.
|
int |
getDmactivity_id()
Returns the value of the 'Dmactivity id' attribute.
|
int |
getEmspot_id()
Returns the value of the 'Emspot id' attribute.
|
short |
getOptcounter()
Returns the value of the 'Optcounter' attribute.
|
int |
getStoreent_id()
Returns the value of the 'Storeent id' attribute.
|
java.lang.Integer |
getViews()
Returns the value of the 'Views' attribute.
|
void |
setClicks(java.lang.Integer value)
Sets the value of the '
Clicks ' attribute. |
void |
setDmactivity_id(int value)
Sets the value of the '
Dmactivity id ' attribute. |
void |
setEmspot_id(int value)
Sets the value of the '
Emspot id ' attribute. |
void |
setOptcounter(short value)
Sets the value of the '
Optcounter ' attribute. |
void |
setStoreent_id(int value)
Sets the value of the '
Storeent id ' attribute. |
void |
setViews(java.lang.Integer value)
Sets the value of the '
Views ' attribute. |
int getDmactivity_id()
If the meaning of the 'Dmactivity id' attribute isn't clear, there really should be more of a description here...
setDmactivity_id(int)
,
MarketingEntityPackage.getDmemspotstats_Dmactivity_id()
void setDmactivity_id(int value)
Dmactivity id
' attribute.
value
- the new value of the 'Dmactivity id' attribute.getDmactivity_id()
int getEmspot_id()
If the meaning of the 'Emspot id' attribute isn't clear, there really should be more of a description here...
setEmspot_id(int)
,
MarketingEntityPackage.getDmemspotstats_Emspot_id()
void setEmspot_id(int value)
Emspot id
' attribute.
value
- the new value of the 'Emspot id' attribute.getEmspot_id()
int getStoreent_id()
If the meaning of the 'Storeent id' attribute isn't clear, there really should be more of a description here...
setStoreent_id(int)
,
MarketingEntityPackage.getDmemspotstats_Storeent_id()
void setStoreent_id(int value)
Storeent id
' attribute.
value
- the new value of the 'Storeent id' attribute.getStoreent_id()
java.lang.Integer getViews()
If the meaning of the 'Views' attribute isn't clear, there really should be more of a description here...
setViews(Integer)
,
MarketingEntityPackage.getDmemspotstats_Views()
void setViews(java.lang.Integer value)
Views
' attribute.
value
- the new value of the 'Views' attribute.getViews()
java.lang.Integer getClicks()
If the meaning of the 'Clicks' attribute isn't clear, there really should be more of a description here...
setClicks(Integer)
,
MarketingEntityPackage.getDmemspotstats_Clicks()
void setClicks(java.lang.Integer value)
Clicks
' attribute.
value
- the new value of the 'Clicks' attribute.getClicks()
short getOptcounter()
If the meaning of the 'Optcounter' attribute isn't clear, there really should be more of a description here...
setOptcounter(short)
,
MarketingEntityPackage.getDmemspotstats_Optcounter()
void setOptcounter(short value)
Optcounter
' attribute.
value
- the new value of the 'Optcounter' attribute.getOptcounter()