public interface Emlcontent
The following features are supported:
MarketingEntityPackage.getEmlcontent()
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getEmlbody()
Returns the value of the 'Emlbody' attribute.
|
int |
getEmlcontent_id()
Returns the value of the 'Emlcontent id' attribute.
|
java.util.List |
getEmlmcrelForEmlcontent()
Returns the value of the 'Emlmcrel For Emlcontent' reference list.
|
java.lang.String |
getEmlsubject()
Returns the value of the 'Emlsubject' attribute.
|
java.util.Date |
getLastmodify()
Returns the value of the 'Lastmodify' attribute.
|
java.lang.Short |
getOptcounter()
Returns the value of the 'Optcounter' attribute.
|
java.lang.Short |
getRecordopen()
Returns the value of the 'Recordopen' attribute.
|
void |
setEmlbody(java.lang.String value)
Sets the value of the '
Emlbody ' attribute. |
void |
setEmlcontent_id(int value)
Sets the value of the '
Emlcontent id ' attribute. |
void |
setEmlsubject(java.lang.String value)
Sets the value of the '
Emlsubject ' attribute. |
void |
setLastmodify(java.util.Date value)
Sets the value of the '
Lastmodify ' attribute. |
void |
setOptcounter(java.lang.Short value)
Sets the value of the '
Optcounter ' attribute. |
void |
setRecordopen(java.lang.Short value)
Sets the value of the '
Recordopen ' attribute. |
int getEmlcontent_id()
If the meaning of the 'Emlcontent id' attribute isn't clear, there really should be more of a description here...
setEmlcontent_id(int)
,
MarketingEntityPackage.getEmlcontent_Emlcontent_id()
void setEmlcontent_id(int value)
Emlcontent id
' attribute.
value
- the new value of the 'Emlcontent id' attribute.getEmlcontent_id()
java.util.Date getLastmodify()
If the meaning of the 'Lastmodify' attribute isn't clear, there really should be more of a description here...
setLastmodify(Date)
,
MarketingEntityPackage.getEmlcontent_Lastmodify()
void setLastmodify(java.util.Date value)
Lastmodify
' attribute.
value
- the new value of the 'Lastmodify' attribute.getLastmodify()
java.lang.Short getRecordopen()
If the meaning of the 'Recordopen' attribute isn't clear, there really should be more of a description here...
setRecordopen(Short)
,
MarketingEntityPackage.getEmlcontent_Recordopen()
void setRecordopen(java.lang.Short value)
Recordopen
' attribute.
value
- the new value of the 'Recordopen' attribute.getRecordopen()
java.lang.String getEmlsubject()
If the meaning of the 'Emlsubject' attribute isn't clear, there really should be more of a description here...
setEmlsubject(String)
,
MarketingEntityPackage.getEmlcontent_Emlsubject()
void setEmlsubject(java.lang.String value)
Emlsubject
' attribute.
value
- the new value of the 'Emlsubject' attribute.getEmlsubject()
java.lang.String getEmlbody()
If the meaning of the 'Emlbody' attribute isn't clear, there really should be more of a description here...
setEmlbody(String)
,
MarketingEntityPackage.getEmlcontent_Emlbody()
void setEmlbody(java.lang.String value)
Emlbody
' attribute.
value
- the new value of the 'Emlbody' attribute.getEmlbody()
java.lang.Short getOptcounter()
If the meaning of the 'Optcounter' attribute isn't clear, there really should be more of a description here...
setOptcounter(Short)
,
MarketingEntityPackage.getEmlcontent_Optcounter()
void setOptcounter(java.lang.Short value)
Optcounter
' attribute.
value
- the new value of the 'Optcounter' attribute.getOptcounter()
java.util.List getEmlmcrelForEmlcontent()
Emlmcrel
.
It is bidirectional and its opposite is 'Emlcontent For Emlmcrel
'.
If the meaning of the 'Emlmcrel For Emlcontent' reference list isn't clear, there really should be more of a description here...
MarketingEntityPackage.getEmlcontent_EmlmcrelForEmlcontent()
,
Emlmcrel.getEmlcontentForEmlmcrel()