public interface Dmtemplatetype
The following features are supported:
MarketingEntityPackage.getDmtemplatetype()
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
Returns the value of the 'Description' attribute.
|
java.util.List |
getDmactivityForDmtemplatetype()
Returns the value of the 'Dmactivity For Dmtemplatetype' reference list.
|
short |
getDmtemplatetype_id()
Returns the value of the 'Dmtemplatetype 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 |
setDmtemplatetype_id(short value)
Sets the value of the '
Dmtemplatetype 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 getDmtemplatetype_id()
If the meaning of the 'Dmtemplatetype id' attribute isn't clear, there really should be more of a description here...
setDmtemplatetype_id(short)
,
MarketingEntityPackage.getDmtemplatetype_Dmtemplatetype_id()
void setDmtemplatetype_id(short value)
Dmtemplatetype id
' attribute.
value
- the new value of the 'Dmtemplatetype id' attribute.getDmtemplatetype_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.getDmtemplatetype_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.getDmtemplatetype_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.getDmtemplatetype_Optcounter()
void setOptcounter(short value)
Optcounter
' attribute.
value
- the new value of the 'Optcounter' attribute.getOptcounter()
java.util.List getDmactivityForDmtemplatetype()
Dmactivity
.
It is bidirectional and its opposite is 'Dmtemplatetype For Dmactivity
'.
If the meaning of the 'Dmactivity For Dmtemplatetype' reference list isn't clear, there really should be more of a description here...
MarketingEntityPackage.getDmtemplatetype_DmactivityForDmtemplatetype()
,
Dmactivity.getDmtemplatetypeForDmactivity()