public interface Dmacttype
The following features are supported:
MarketingEntityPackage.getDmacttype()
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
Returns the value of the 'Description' attribute.
|
java.util.List |
getDmactivityForDmacttype()
Returns the value of the 'Dmactivity For Dmacttype' reference list.
|
short |
getDmacttype_id()
Returns the value of the 'Dmacttype id' attribute.
|
short |
getOptcounter()
Returns the value of the 'Optcounter' attribute.
|
java.lang.String |
getType_()
Returns the value of the 'Type' attribute.
|
void |
setDescription(java.lang.String value)
Sets the value of the '
Description ' attribute. |
void |
setDmacttype_id(short value)
Sets the value of the '
Dmacttype id ' attribute. |
void |
setOptcounter(short value)
Sets the value of the '
Optcounter ' attribute. |
void |
setType(java.lang.String value)
Sets the value of the '
Type ' attribute. |
short getDmacttype_id()
If the meaning of the 'Dmacttype id' attribute isn't clear, there really should be more of a description here...
setDmacttype_id(short)
,
MarketingEntityPackage.getDmacttype_Dmacttype_id()
void setDmacttype_id(short value)
Dmacttype id
' attribute.
value
- the new value of the 'Dmacttype id' attribute.getDmacttype_id()
java.lang.String getType_()
If the meaning of the 'Type' attribute isn't clear, there really should be more of a description here...
setType(String)
,
MarketingEntityPackage.getDmacttype_Type()
void setType(java.lang.String value)
Type
' attribute.
value
- the new value of the 'Type' attribute.getType_()
java.lang.String getDescription()
If the meaning of the 'Description' attribute isn't clear, there really should be more of a description here...
setDescription(String)
,
MarketingEntityPackage.getDmacttype_Description()
void setDescription(java.lang.String value)
Description
' attribute.
value
- the new value of the 'Description' attribute.getDescription()
short getOptcounter()
If the meaning of the 'Optcounter' attribute isn't clear, there really should be more of a description here...
setOptcounter(short)
,
MarketingEntityPackage.getDmacttype_Optcounter()
void setOptcounter(short value)
Optcounter
' attribute.
value
- the new value of the 'Optcounter' attribute.getOptcounter()
java.util.List getDmactivityForDmacttype()
Dmactivity
.
It is bidirectional and its opposite is 'Dmacttype For Dmactivity
'.
If the meaning of the 'Dmactivity For Dmacttype' reference list isn't clear, there really should be more of a description here...
MarketingEntityPackage.getDmacttype_DmactivityForDmacttype()
,
Dmactivity.getDmacttypeForDmactivity()