public class JRCoverInfo
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
boolean |
comment |
java.lang.String |
comments |
java.lang.String |
company |
java.lang.String |
date |
java.lang.String |
from |
java.lang.String |
phone |
java.lang.String |
re |
boolean |
reply |
boolean |
review |
java.lang.String |
to |
boolean |
urgent |
Constructor and Description |
---|
JRCoverInfo(java.lang.String from,
java.lang.String to,
java.lang.String company,
java.lang.String phone,
java.lang.String date,
java.lang.String re,
java.lang.String comments,
boolean urgent,
boolean review,
boolean comment,
boolean reply)
Constructs a
JRCoverInfo object with some fax cover information. |
public java.lang.String from
public java.lang.String to
public java.lang.String company
public java.lang.String phone
public java.lang.String date
public java.lang.String re
public java.lang.String comments
public boolean urgent
public boolean review
public boolean comment
public boolean reply
public JRCoverInfo(java.lang.String from, java.lang.String to, java.lang.String company, java.lang.String phone, java.lang.String date, java.lang.String re, java.lang.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.