|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.cnes.sitools.mail.model.Mail
public final class Mail
Class pojo for an email in SITools2 Alternative of XML format used by default in restlet extension org.restlet.ext.javamail
Constructor Summary | |
---|---|
Mail()
Default constructor |
Method Summary | |
---|---|
java.util.List<java.lang.String> |
getBccList()
Gets the bccList value |
java.lang.String |
getBody()
Gets the body value |
java.util.List<java.lang.String> |
getCcList()
Gets the ccList value |
java.lang.String |
getFrom()
Gets the from value |
java.util.Date |
getSentDate()
Gets the sentDate value |
java.lang.String |
getSubject()
Gets the subject value |
java.util.List<java.lang.String> |
getToList()
Gets the toList value |
void |
setBccList(java.util.List<java.lang.String> bccList)
Sets the value of bccList |
void |
setBody(java.lang.String body)
Sets the value of body |
void |
setCcList(java.util.List<java.lang.String> ccList)
Sets the value of ccList |
void |
setFrom(java.lang.String from)
Sets the value of from |
void |
setSentDate(java.util.Date sentDate)
Sets the value of sentDate |
void |
setSubject(java.lang.String subject)
Sets the value of subject |
void |
setToList(java.util.List<java.lang.String> toList)
Sets the value of toList |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Mail()
Method Detail |
---|
public java.lang.String getSubject()
public void setSubject(java.lang.String subject)
subject
- the subject to setpublic java.lang.String getFrom()
public void setFrom(java.lang.String from)
from
- the from to setpublic java.lang.String getBody()
public void setBody(java.lang.String body)
body
- the body to setpublic java.util.Date getSentDate()
public void setSentDate(java.util.Date sentDate)
sentDate
- the sentDate to setpublic java.util.List<java.lang.String> getToList()
public void setToList(java.util.List<java.lang.String> toList)
toList
- the toList to setpublic java.util.List<java.lang.String> getCcList()
public void setCcList(java.util.List<java.lang.String> ccList)
ccList
- the ccList to setpublic java.util.List<java.lang.String> getBccList()
public void setBccList(java.util.List<java.lang.String> bccList)
bccList
- the bccList to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |