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
-
-
-
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)
-
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)
-
getReplyTo
public GUIContact[] getReplyTo()
-
setReplyTo
public void setReplyTo(GUIContact[] replyTo)
-
-