public interface Emlmsg
The following features are supported:
MarketingEntityPackage.getEmlmsg()
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
Returns the value of the 'Description' attribute.
|
short |
getEmlbodytype()
Returns the value of the 'Emlbodytype' attribute.
|
java.util.List |
getEmlmcrelForEmlmsg()
Returns the value of the 'Emlmcrel For Emlmsg' reference list.
|
int |
getEmlmsg_id()
Returns the value of the 'Emlmsg id' attribute.
|
java.lang.String |
getJsppath()
Returns the value of the 'Jsppath' attribute.
|
java.lang.String |
getName()
Returns the value of the 'Name' attribute.
|
java.lang.Short |
getOptcounter()
Returns the value of the 'Optcounter' attribute.
|
java.lang.String |
getPropertyfile()
Returns the value of the 'Propertyfile' attribute.
|
short |
getStatus()
Returns the value of the 'Status' attribute.
|
int |
getStoreent_id()
Returns the value of the 'Storeent id' attribute.
|
void |
setDescription(java.lang.String value)
Sets the value of the '
Description ' attribute. |
void |
setEmlbodytype(short value)
Sets the value of the '
Emlbodytype ' attribute. |
void |
setEmlmsg_id(int value)
Sets the value of the '
Emlmsg id ' attribute. |
void |
setJsppath(java.lang.String value)
Sets the value of the '
Jsppath ' attribute. |
void |
setName(java.lang.String value)
Sets the value of the '
Name ' attribute. |
void |
setOptcounter(java.lang.Short value)
Sets the value of the '
Optcounter ' attribute. |
void |
setPropertyfile(java.lang.String value)
Sets the value of the '
Propertyfile ' attribute. |
void |
setStatus(short value)
Sets the value of the '
Status ' attribute. |
void |
setStoreent_id(int value)
Sets the value of the '
Storeent id ' attribute. |
int getEmlmsg_id()
If the meaning of the 'Emlmsg id' attribute isn't clear, there really should be more of a description here...
setEmlmsg_id(int)
,
MarketingEntityPackage.getEmlmsg_Emlmsg_id()
void setEmlmsg_id(int value)
Emlmsg id
' attribute.
value
- the new value of the 'Emlmsg id' attribute.getEmlmsg_id()
java.lang.String getJsppath()
If the meaning of the 'Jsppath' attribute isn't clear, there really should be more of a description here...
setJsppath(String)
,
MarketingEntityPackage.getEmlmsg_Jsppath()
void setJsppath(java.lang.String value)
Jsppath
' attribute.
value
- the new value of the 'Jsppath' attribute.getJsppath()
java.lang.String getPropertyfile()
If the meaning of the 'Propertyfile' attribute isn't clear, there really should be more of a description here...
setPropertyfile(String)
,
MarketingEntityPackage.getEmlmsg_Propertyfile()
void setPropertyfile(java.lang.String value)
Propertyfile
' attribute.
value
- the new value of the 'Propertyfile' attribute.getPropertyfile()
java.lang.String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String)
,
MarketingEntityPackage.getEmlmsg_Name()
void setName(java.lang.String value)
Name
' attribute.
value
- the new value of the 'Name' attribute.getName()
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.getEmlmsg_Description()
void setDescription(java.lang.String value)
Description
' attribute.
value
- the new value of the 'Description' attribute.getDescription()
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.getEmlmsg_Storeent_id()
void setStoreent_id(int value)
Storeent id
' attribute.
value
- the new value of the 'Storeent id' attribute.getStoreent_id()
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.getEmlmsg_Optcounter()
void setOptcounter(java.lang.Short value)
Optcounter
' attribute.
value
- the new value of the 'Optcounter' attribute.getOptcounter()
short getStatus()
If the meaning of the 'Status' attribute isn't clear, there really should be more of a description here...
setStatus(short)
,
MarketingEntityPackage.getEmlmsg_Status()
void setStatus(short value)
Status
' attribute.
value
- the new value of the 'Status' attribute.getStatus()
short getEmlbodytype()
If the meaning of the 'Emlbodytype' attribute isn't clear, there really should be more of a description here...
setEmlbodytype(short)
,
MarketingEntityPackage.getEmlmsg_Emlbodytype()
void setEmlbodytype(short value)
Emlbodytype
' attribute.
value
- the new value of the 'Emlbodytype' attribute.getEmlbodytype()
java.util.List getEmlmcrelForEmlmsg()
Emlmcrel
.
It is bidirectional and its opposite is 'Emlmsg For Emlmcrel
'.
If the meaning of the 'Emlmcrel For Emlmsg' reference list isn't clear, there really should be more of a description here...
MarketingEntityPackage.getEmlmsg_EmlmcrelForEmlmsg()
,
Emlmcrel.getEmlmsgForEmlmcrel()