public interface Dmuserbhvr
The following features are supported:
MarketingEntityPackage.getDmuserbhvr()
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAction()
Returns the value of the 'Action' attribute.
|
java.lang.String |
getBehavior()
Returns the value of the 'Behavior' attribute.
|
java.lang.String |
getEvent()
Returns the value of the 'Event' attribute.
|
java.util.Date |
getLastupdated()
Returns the value of the 'Lastupdated' attribute.
|
short |
getOptcounter()
Returns the value of the 'Optcounter' attribute.
|
java.lang.String |
getPersonalizationid()
Returns the value of the 'Personalizationid' attribute.
|
int |
getStoreent_id()
Returns the value of the 'Storeent id' attribute.
|
void |
setAction(java.lang.String value)
Sets the value of the '
Action ' attribute. |
void |
setBehavior(java.lang.String value)
Sets the value of the '
Behavior ' attribute. |
void |
setEvent(java.lang.String value)
Sets the value of the '
Event ' attribute. |
void |
setLastupdated(java.util.Date value)
Sets the value of the '
Lastupdated ' attribute. |
void |
setOptcounter(short value)
Sets the value of the '
Optcounter ' attribute. |
void |
setPersonalizationid(java.lang.String value)
Sets the value of the '
Personalizationid ' attribute. |
void |
setStoreent_id(int value)
Sets the value of the '
Storeent id ' attribute. |
java.lang.String getPersonalizationid()
If the meaning of the 'Personalizationid' attribute isn't clear, there really should be more of a description here...
setPersonalizationid(String)
,
MarketingEntityPackage.getDmuserbhvr_Personalizationid()
void setPersonalizationid(java.lang.String value)
Personalizationid
' attribute.
value
- the new value of the 'Personalizationid' attribute.getPersonalizationid()
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.getDmuserbhvr_Storeent_id()
void setStoreent_id(int value)
Storeent id
' attribute.
value
- the new value of the 'Storeent id' attribute.getStoreent_id()
java.lang.String getBehavior()
If the meaning of the 'Behavior' attribute isn't clear, there really should be more of a description here...
setBehavior(String)
,
MarketingEntityPackage.getDmuserbhvr_Behavior()
void setBehavior(java.lang.String value)
Behavior
' attribute.
value
- the new value of the 'Behavior' attribute.getBehavior()
java.lang.String getAction()
If the meaning of the 'Action' attribute isn't clear, there really should be more of a description here...
setAction(String)
,
MarketingEntityPackage.getDmuserbhvr_Action()
void setAction(java.lang.String value)
Action
' attribute.
value
- the new value of the 'Action' attribute.getAction()
java.lang.String getEvent()
If the meaning of the 'Event' attribute isn't clear, there really should be more of a description here...
setEvent(String)
,
MarketingEntityPackage.getDmuserbhvr_Event()
void setEvent(java.lang.String value)
Event
' attribute.
value
- the new value of the 'Event' attribute.getEvent()
java.util.Date getLastupdated()
If the meaning of the 'Lastupdated' attribute isn't clear, there really should be more of a description here...
setLastupdated(Date)
,
MarketingEntityPackage.getDmuserbhvr_Lastupdated()
void setLastupdated(java.util.Date value)
Lastupdated
' attribute.
value
- the new value of the 'Lastupdated' attribute.getLastupdated()
short getOptcounter()
If the meaning of the 'Optcounter' attribute isn't clear, there really should be more of a description here...
setOptcounter(short)
,
MarketingEntityPackage.getDmuserbhvr_Optcounter()
void setOptcounter(short value)
Optcounter
' attribute.
value
- the new value of the 'Optcounter' attribute.getOptcounter()