|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.portal.service.mail.MailItem
public class MailItem
MailIem
Field Summary | |
---|---|
static int |
FORMAT_HTML
|
static int |
FORMAT_MULTIPART_HTML
|
static int |
FORMAT_MULTIPART_TEXT
|
static int |
FORMAT_TEXT
|
Constructor Summary | |
---|---|
MailItem()
|
Method Summary | |
---|---|
java.util.List<FileAttachment> |
getFilesAttachement()
Returns a collection of files attachement |
int |
getFormat()
Returns the Format |
java.lang.String |
getMessage()
Returns the Message |
java.lang.String |
getRecipientsBcc()
Returns the Recipient |
java.lang.String |
getRecipientsCc()
Returns the Recipient |
java.lang.String |
getRecipientsTo()
Returns the Recipient |
java.lang.String |
getSenderEmail()
Returns the SenderEmail |
java.lang.String |
getSenderName()
Returns the SenderName |
java.lang.String |
getSubject()
Returns the Subject |
java.util.List<UrlAttachment> |
getUrlsAttachement()
return the list of urls attachement |
void |
setFilesAttachement(java.util.List<FileAttachment> fileAttachements)
Set a collection of files attachement |
void |
setFormat(int nFormat)
Sets the Format |
void |
setMessage(java.lang.String strMessage)
Sets the Message |
void |
setRecipientsBcc(java.lang.String strRecipient)
Sets the Recipient |
void |
setRecipientsCc(java.lang.String strRecipient)
Sets the Recipient |
void |
setRecipientsTo(java.lang.String strRecipient)
Sets the Recipient |
void |
setSenderEmail(java.lang.String strSenderEmail)
Sets the SenderEmail |
void |
setSenderName(java.lang.String strSenderName)
Sets the SenderName |
void |
setSubject(java.lang.String strSubject)
Sets the Subject |
void |
setUrlsAttachement(java.util.List<UrlAttachment> urlsAttachement)
set the list of urls attachement |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int FORMAT_HTML
public static final int FORMAT_TEXT
public static final int FORMAT_MULTIPART_HTML
public static final int FORMAT_MULTIPART_TEXT
Constructor Detail |
---|
public MailItem()
Method Detail |
---|
public java.lang.String getRecipientsTo()
public void setRecipientsTo(java.lang.String strRecipient)
strRecipient
- The Recipientpublic java.lang.String getRecipientsCc()
public void setRecipientsCc(java.lang.String strRecipient)
strRecipient
- The Recipientpublic java.lang.String getRecipientsBcc()
public void setRecipientsBcc(java.lang.String strRecipient)
strRecipient
- The Recipientpublic java.lang.String getSenderName()
public void setSenderName(java.lang.String strSenderName)
strSenderName
- The SenderNamepublic java.lang.String getSenderEmail()
public void setSenderEmail(java.lang.String strSenderEmail)
strSenderEmail
- The SenderEmailpublic java.lang.String getSubject()
public void setSubject(java.lang.String strSubject)
strSubject
- The Subjectpublic java.lang.String getMessage()
public void setMessage(java.lang.String strMessage)
strMessage
- The Messagepublic int getFormat()
public void setFormat(int nFormat)
nFormat
- The Formatpublic java.util.List<FileAttachment> getFilesAttachement()
public void setFilesAttachement(java.util.List<FileAttachment> fileAttachements)
fileAttachements
- The collection of files attachementpublic java.util.List<UrlAttachment> getUrlsAttachement()
public void setUrlsAttachement(java.util.List<UrlAttachment> urlsAttachement)
urlsAttachement
- the list of urls attachement
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |