public class EmailContent extends Object
| Constructor and Description |
|---|
EmailContent() |
EmailContent(String subject,
String body) |
EmailContent(String subject,
String body,
boolean html) |
| Modifier and Type | Method and Description |
|---|---|
String |
getBody() |
String |
getSubject() |
boolean |
isHtml() |
void |
setBody(String body,
boolean html) |
void |
setSubject(String subject) |
String |
toString() |
public EmailContent()
public EmailContent(String subject, String body)
public EmailContent(String subject, String body, boolean html)
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.