public class JRCoverInfo extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
boolean |
comment |
String |
comments |
String |
company |
String |
date |
String |
from |
String |
phone |
String |
re |
boolean |
reply |
boolean |
review |
String |
to |
boolean |
urgent |
public String from
public String to
public String company
public String phone
public String date
public String re
public String comments
public boolean urgent
public boolean review
public boolean comment
public boolean reply
public JRCoverInfo(String from, String to, String company, String phone, String date, String re, String comments, boolean urgent, boolean review, boolean comment, boolean reply)
JRCoverInfo object with some fax cover information.from - information of the sender.to - information of the recipient.company - information of the sender's company.phone - phone number of the sender.date - the date of fax task.re - the subject of the fax.comments - the comments of the fax.reply - A reply is needed for the fax.urgent - Specifies whether the fax is urgent or not.review - reviews if the fax is OKcomment - the comments of the fax
throws JRFaxServerException if it throws an exception.© insightsoftware. All rights reserved.