com.ibm.wbit.tel

Interface TLocalizedEmail

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

  1. public interface TLocalizedEmail
  2. extends org.eclipse.emf.ecore.EObject
A representation of the model object 'TLocalized Email'. User-definable email template for a single locale
Since:
6.0.1
See Also:
TaskPackage.getTLocalizedEmail()

Field Summary

Modifier and Type Field and Description
  1. static
  2. java.lang.String
copyright

Method Summary

Modifier and Type Method and Description
  1. java.lang.String
getBody()
Returns the value of the 'Body' attribute
  1. java.lang.String
getLocale()
Returns the value of the 'Locale' attribute
  1. java.lang.String
getSubject()
Returns the value of the 'Subject' attribute
  1. void
setBody(java.lang.String value)
Sets the value of the ' Body' attribute
  1. void
setLocale(java.lang.String value)
Sets the value of the ' Locale' attribute
  1. 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

  1. static final java.lang.String copyright

Method Detail

getSubject

  1. 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

  1. void setSubject(java.lang.String value)
Sets the value of the ' Subject' attribute.
Parameters:
value - the new value of the 'Subject' attribute.
See Also:

getBody

  1. 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

  1. void setBody(java.lang.String value)
Sets the value of the ' Body' attribute.
Parameters:
value - the new value of the 'Body' attribute.
See Also:

getLocale

  1. 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

  1. void setLocale(java.lang.String value)
Sets the value of the ' Locale' attribute.
Parameters:
value - the new value of the 'Locale' attribute.
See Also: