|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfable.gui.dialog.MailDialogData
public class MailDialogData
This class represents information gathered in the MailDialog.
Field Summary | |
---|---|
boolean |
attachPDF
true if a user wants to attach a PDF file to the mail. |
java.lang.String |
body
body of the mail. |
java.lang.String |
name
name of the sender. |
java.util.List<java.lang.String> |
reciepients
list of email address of recipients. |
boolean |
sendAsText
true if a user wants to send the mail as text. |
java.lang.String |
subject
subject of the mail. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public final java.lang.String name
public final java.util.List<java.lang.String> reciepients
public final java.lang.String subject
public final boolean attachPDF
public final boolean sendAsText
public final java.lang.String body
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |