public interface Dmactattr
The following features are supported:
MarketingEntityPackage.getDmactattr()
Modifier and Type | Method and Description |
---|---|
int |
getDmactivity_id()
Returns the value of the 'Dmactivity id' attribute.
|
short |
getOptcounter()
Returns the value of the 'Optcounter' attribute.
|
java.util.Date |
getProcessed()
Returns the value of the 'Processed' attribute.
|
int |
getStoreent_id()
Returns the value of the 'Storeent id' attribute.
|
void |
setDmactivity_id(int value)
Sets the value of the '
Dmactivity id ' attribute. |
void |
setOptcounter(short value)
Sets the value of the '
Optcounter ' attribute. |
void |
setProcessed(java.util.Date value)
Sets the value of the '
Processed ' attribute. |
void |
setStoreent_id(int value)
Sets the value of the '
Storeent id ' 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.getDmactattr_Dmactivity_id()
void setDmactivity_id(int value)
Dmactivity id
' attribute.
value
- the new value of the 'Dmactivity id' attribute.getDmactivity_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.getDmactattr_Storeent_id()
void setStoreent_id(int value)
Storeent id
' attribute.
value
- the new value of the 'Storeent id' attribute.getStoreent_id()
java.util.Date getProcessed()
If the meaning of the 'Processed' attribute isn't clear, there really should be more of a description here...
setProcessed(Date)
,
MarketingEntityPackage.getDmactattr_Processed()
void setProcessed(java.util.Date value)
Processed
' attribute.
value
- the new value of the 'Processed' attribute.getProcessed()
short getOptcounter()
If the meaning of the 'Optcounter' attribute isn't clear, there really should be more of a description here...
setOptcounter(short)
,
MarketingEntityPackage.getDmactattr_Optcounter()
void setOptcounter(short value)
Optcounter
' attribute.
value
- the new value of the 'Optcounter' attribute.getOptcounter()