Class GUIEmail
- java.lang.Object
 - 
- com.logicaldoc.gui.common.client.beans.GUIEmail
 
 
- 
- All Implemented Interfaces:
 Serializable
public class GUIEmail extends Object implements Serializable
GUI representation of an e-mail to be sent- Since:
 - 6.0
 - Author:
 - Marco Meschieri - LogicalDOC
 - See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description GUIEmail() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GUIDocument[]getAttachments()GUIContact[]getBccs()GUIContact[]getCcs()long[]getDocIds()GUIContactgetFrom()StringgetMessage()DategetReceived()GUIContactgetReplyTo()DategetSent()StringgetSubject()GUIContact[]getTos()GUIUsergetUser()booleanisPdfConversion()booleanisSendAsTicket()booleanisSigned()booleanisZipCompression()voidsetAttachments(GUIDocument[] attachments)voidsetBccs(GUIContact[] bccs)voidsetCcs(GUIContact[] ccs)voidsetDocIds(long[] docIds)voidsetFrom(GUIContact from)voidsetMessage(String message)voidsetPdfConversion(boolean pdfConversion)voidsetReceived(Date received)voidsetReplyTo(GUIContact replyTo)voidsetSendAsTicket(boolean sendAsTicket)voidsetSent(Date sent)voidsetSigned(boolean signed)voidsetSubject(String subject)voidsetTos(GUIContact[] tos)voidsetUser(GUIUser user)voidsetZipCompression(boolean zipCompression) 
 - 
 
- 
- 
Method Detail
- 
isSigned
public boolean isSigned()
 
- 
setSigned
public void setSigned(boolean signed)
 
- 
getSubject
public String getSubject()
 
- 
setSubject
public void setSubject(String subject)
 
- 
isSendAsTicket
public boolean isSendAsTicket()
 
- 
setSendAsTicket
public void setSendAsTicket(boolean sendAsTicket)
 
- 
getMessage
public String getMessage()
 
- 
setMessage
public void setMessage(String message)
 
- 
getUser
public GUIUser getUser()
 
- 
setUser
public void setUser(GUIUser user)
 
- 
getDocIds
public long[] getDocIds()
 
- 
setDocIds
public void setDocIds(long[] docIds)
 
- 
isZipCompression
public boolean isZipCompression()
 
- 
setZipCompression
public void setZipCompression(boolean zipCompression)
 
- 
isPdfConversion
public boolean isPdfConversion()
 
- 
setPdfConversion
public void setPdfConversion(boolean pdfConversion)
 
- 
getReplyTo
public GUIContact getReplyTo()
 
- 
setReplyTo
public void setReplyTo(GUIContact replyTo)
 
- 
getTos
public GUIContact[] getTos()
 
- 
setTos
public void setTos(GUIContact[] tos)
 
- 
getCcs
public GUIContact[] getCcs()
 
- 
setCcs
public void setCcs(GUIContact[] ccs)
 
- 
getBccs
public GUIContact[] getBccs()
 
- 
setBccs
public void setBccs(GUIContact[] bccs)
 
- 
getSent
public Date getSent()
 
- 
setSent
public void setSent(Date sent)
 
- 
getReceived
public Date getReceived()
 
- 
setReceived
public void setReceived(Date received)
 
- 
getFrom
public GUIContact getFrom()
 
- 
setFrom
public void setFrom(GUIContact from)
 
- 
getAttachments
public GUIDocument[] getAttachments()
 
- 
setAttachments
public void setAttachments(GUIDocument[] attachments)
 
 - 
 
 -