|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Represents a notification e-mail message.
Supported API: false
Extendable: false
Field Summary | |
static String |
BODY
Label for the attribute. |
static String |
CONTENT_TYPE
Label for the attribute; "text/html" indicates a SimpleNotification, and "text/html" indicates a TemplateNotification. |
static String |
DISTRIBUTION_LIST
Label for the attribute. |
static String |
SENDER
Label for the attribute. |
static String |
SUBJECT
Label for the attribute. |
Method Summary | |
String |
getBody()
Gets the value of the attribute: BODY. |
String |
getContentType()
Gets the value of the attribute: CONTENT_TYPE. |
DistributionList |
getDistributionList()
Gets the object for the association that plays role: DISTRIBUTION_LIST. |
String |
getSender()
Gets the value of the attribute: SENDER. |
String |
getSubject()
Gets the value of the attribute: SUBJECT. |
void |
send()
This method should no longer be used. |
void |
setBody(String a_Body)
Sets the value of the attribute: BODY. |
void |
setDistributionList(DistributionList a_DistributionList)
Sets the object for the association that plays role: DISTRIBUTION_LIST. |
void |
setSender(String a_Sender)
Sets the value of the attribute: SENDER. |
Field Detail |
public static final String SUBJECT
public static final String SENDER
public static final String BODY
public static final String CONTENT_TYPE
public static final String DISTRIBUTION_LIST
Method Detail |
public String getSubject()
public String getSender()
public void setSender(String a_Sender)
a_Sender
- public String getBody()
public void setBody(String a_Body)
a_Body
- public String getContentType()
public DistributionList getDistributionList()
public void setDistributionList(DistributionList a_DistributionList)
a_DistributionList
- public void send() throws NotificationException
NotificationException
wt.mail
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |