IBM WebSphere Application ServerTM
Release 7

com.ibm.wbit.tel
Interface TLocalizedEmail

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier

public interface TLocalizedEmail
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'TLocalized Email'. User-definable email template for a single locale

The following features are supported:

Since:
6.0.1
See Also:
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

copyright

static final java.lang.String copyright
Method Detail

getSubject

java.lang.String getSubject()
Returns the value of the 'Subject' attribute.

If the meaning of the 'Subject' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Subject' attribute.
See Also:
setSubject(String), TaskPackage.getTLocalizedEmail_Subject()

setSubject

void setSubject(java.lang.String value)
Sets the value of the 'Subject' attribute.

Parameters:
value - the new value of the 'Subject' attribute.
See Also:
getSubject()

getBody

java.lang.String getBody()
Returns the value of the 'Body' attribute.

If the meaning of the 'Body' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Body' attribute.
See Also:
setBody(String), TaskPackage.getTLocalizedEmail_Body()

setBody

void setBody(java.lang.String value)
Sets the value of the 'Body' attribute.

Parameters:
value - the new value of the 'Body' attribute.
See Also:
getBody()

getLocale

java.lang.String getLocale()
Returns the value of the 'Locale' attribute.

If the meaning of the 'Locale' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Locale' attribute.
See Also:
setLocale(String), TaskPackage.getTLocalizedEmail_Locale()

setLocale

void setLocale(java.lang.String value)
Sets the value of the 'Locale' attribute.

Parameters:
value - the new value of the 'Locale' attribute.
See Also:
getLocale()

IBM WebSphere Application ServerTM
Release 7