public interface TLocalizedEmail
extends org.eclipse.emf.ecore.EObject
TaskPackage.getTLocalizedEmail()
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
copyright |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getBody()
Returns the value of the 'Body' attribute
|
java.lang.String |
getLocale()
Returns the value of the 'Locale' attribute
|
java.lang.String |
getSubject()
Returns the value of the 'Subject' attribute
|
void |
setBody(java.lang.String value)
Sets the value of the '
Body ' attribute |
void |
setLocale(java.lang.String value)
Sets the value of the '
Locale ' attribute |
void |
setSubject(java.lang.String value)
Sets the value of the '
Subject ' attribute |
java.lang.String getSubject()
If the meaning of the 'Subject' attribute isn't clear, there really should be more of a description here...
setSubject(String)
,
TaskPackage.getTLocalizedEmail_Subject()
void setSubject(java.lang.String value)
Subject
' attribute.
value
- the new value of the 'Subject' attribute.getSubject()
java.lang.String getBody()
If the meaning of the 'Body' attribute isn't clear, there really should be more of a description here...
setBody(String)
,
TaskPackage.getTLocalizedEmail_Body()
void setBody(java.lang.String value)
Body
' attribute.
value
- the new value of the 'Body' attribute.getBody()
java.lang.String getLocale()
If the meaning of the 'Locale' attribute isn't clear, there really should be more of a description here...
setLocale(String)
,
TaskPackage.getTLocalizedEmail_Locale()
void setLocale(java.lang.String value)
Locale
' attribute.
value
- the new value of the 'Locale' attribute.getLocale()