Class GUIEmail
java.lang.Object
com.logicaldoc.gui.common.client.beans.GUIEmail
- All Implemented Interfaces:
 Serializable
GUI representation of an e-mail to be sent
- Since:
 - 6.0
 - Author:
 - Marco Meschieri - LogicalDOC
 - See Also:
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptiongetBccs()getCcs()getFrom()getSent()getTos()getUser()booleanbooleanbooleanisSigned()booleanvoidsetAttachments(List<GUIDocument> attachments) voidsetBccs(List<GUIContact> bccs) voidsetCcs(List<GUIContact> ccs) voidvoidsetFrom(GUIContact from) voidsetMessage(String message) voidsetPdfConversion(boolean pdfConversion) voidsetReceived(Date received) voidsetReplyTo(List<GUIContact> replyTo) voidsetSendAsTicket(boolean sendAsTicket) voidvoidsetSigned(boolean signed) voidsetSubject(String subject) voidsetTos(List<GUIContact> tos) voidvoidsetZipCompression(boolean zipCompression)  
- 
Constructor Details
- 
GUIEmail
public GUIEmail() 
 - 
 - 
Method Details
- 
isSigned
public boolean isSigned() - 
setSigned
public void setSigned(boolean signed)  - 
getSubject
 - 
setSubject
 - 
isSendAsTicket
public boolean isSendAsTicket() - 
setSendAsTicket
public void setSendAsTicket(boolean sendAsTicket)  - 
getMessage
 - 
setMessage
 - 
getUser
 - 
setUser
 - 
getDocIds
 - 
setDocIds
 - 
isZipCompression
public boolean isZipCompression() - 
setZipCompression
public void setZipCompression(boolean zipCompression)  - 
isPdfConversion
public boolean isPdfConversion() - 
setPdfConversion
public void setPdfConversion(boolean pdfConversion)  - 
getTos
 - 
setTos
 - 
getCcs
 - 
setCcs
 - 
getBccs
 - 
setBccs
 - 
getSent
 - 
setSent
 - 
getReceived
 - 
setReceived
 - 
getFrom
 - 
setFrom
 - 
getAttachments
 - 
setAttachments
 - 
getReplyTo
 - 
setReplyTo
 
 -