@Entity @Indexed public class NodeMail extends NodeBase
Modifier and Type | Field and Description |
---|---|
static String |
CONTENT_FIELD |
author, categories, context, created, keywords, MAX_NAME, name, NAME_FIELD, parent, PARENT_FIELD, path, properties, rolePermissions, scriptCode, scripting, subscriptors, userPermissions, uuid, UUID_FIELD
Constructor and Description |
---|
NodeMail() |
Modifier and Type | Method and Description |
---|---|
Set<String> |
getBcc() |
Set<String> |
getCc() |
String |
getContent() |
String |
getFrom() |
String |
getMimeType() |
Calendar |
getReceivedDate() |
Set<String> |
getReply() |
Calendar |
getSentDate() |
long |
getSize() |
String |
getSubject() |
Set<String> |
getTo() |
void |
setBcc(Set<String> bcc) |
void |
setCc(Set<String> cc) |
void |
setContent(String content) |
void |
setFrom(String from) |
void |
setMimeType(String mimeType) |
void |
setReceivedDate(Calendar receivedDate) |
void |
setReply(Set<String> reply) |
void |
setSentDate(Calendar sentDate) |
void |
setSize(long size) |
void |
setSubject(String subject) |
void |
setTo(Set<String> to) |
String |
toString() |
getAuthor, getCategories, getContext, getCreated, getKeywords, getName, getParent, getPath, getProperties, getRolePermissions, getScriptCode, getSubscriptors, getUserPermissions, getUuid, isScripting, setAuthor, setCategories, setContext, setCreated, setKeywords, setName, setParent, setPath, setProperties, setRolePermissions, setScriptCode, setScripting, setSubscriptors, setUserPermissions, setUuid
public static final String CONTENT_FIELD
public long getSize()
public void setSize(long size)
public String getFrom()
public void setFrom(String from)
public Calendar getSentDate()
public void setSentDate(Calendar sentDate)
public Calendar getReceivedDate()
public void setReceivedDate(Calendar receivedDate)
public String getSubject()
public void setSubject(String subject)
public String getContent()
public void setContent(String content)
public String getMimeType()
public void setMimeType(String mimeType)
Copyright © 2016. All rights reserved.