public class MessageInputBean extends Object implements Serializable
| Constructor and Description |
|---|
MessageInputBean() |
MessageInputBean(String sender,
String body,
String subject,
ArrayList<Recipient> recipients) |
| Modifier and Type | Method and Description |
|---|---|
String |
getBody() |
ArrayList<Recipient> |
getRecipients() |
String |
getSubject() |
void |
setBody(String body) |
void |
setRecipients(ArrayList<Recipient> recipients) |
void |
setSubject(String subject) |
String |
toString() |
Copyright © 2019. All rights reserved.