public static class DemandDetailAction.EmailUIModel extends Object
| Modifier and Type | Field and Description |
|---|---|
protected List<AttachmentFile> |
attachments |
protected String |
bccRecipients |
protected String |
ccRecipients |
protected String |
content |
protected String |
id |
protected String |
sender |
protected String |
subject |
protected String |
toRecipients |
| Constructor and Description |
|---|
DemandDetailAction.EmailUIModel() |
| Modifier and Type | Method and Description |
|---|---|
void |
addAttachmentFile(AttachmentFile attachmentFile) |
List<AttachmentFile> |
getAttachments() |
String |
getBccRecipients() |
String |
getCcRecipients() |
String |
getContent() |
String |
getId() |
String |
getSender() |
String |
getSubject() |
String |
getToRecipients() |
void |
setBccRecipients(List<String> bccRecipients) |
void |
setCcRecipients(List<String> ccRecipients) |
void |
setHtmlContent(String htmlContent) |
void |
setId(String id) |
void |
setPlainContent(String plainContent) |
void |
setSender(String sender) |
void |
setSubject(String subject) |
void |
setToRecipients(List<String> toRecipients) |
protected String id
protected String subject
protected String sender
protected String toRecipients
protected String ccRecipients
protected String bccRecipients
protected String content
protected List<AttachmentFile> attachments
public String getId()
public void setId(String id)
public String getSubject()
public void setSubject(String subject)
public String getSender()
public void setSender(String sender)
public String getToRecipients()
public String getCcRecipients()
public String getBccRecipients()
public void setPlainContent(String plainContent)
public void setHtmlContent(String htmlContent)
public String getContent()
public List<AttachmentFile> getAttachments()
public void addAttachmentFile(AttachmentFile attachmentFile)
Copyright © 2014–2016 CodeLutin. All rights reserved.