|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TLocalizedEmail
A representation of the model object 'TLocalized Email'. User-definable email template for a single locale
TaskPackage.getTLocalizedEmail()
Field Summary | |
---|---|
static java.lang.String |
copyright
|
Method Summary | |
---|---|
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 |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Field Detail |
---|
static final java.lang.String copyright
Method Detail |
---|
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()
|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |