public abstract class AbstractFaxJob extends Object implements FaxJob
FaxJob.FaxJobPriority| Constructor and Description |
|---|
AbstractFaxJob()
This is the class constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected StringBuilder |
addToStringAttributes(String faxJobType)
This function adds the common attributes for the toString printing.
|
String |
getFilePath()
This function returns the path to the file to fax.
|
void |
setFilePath(String filePath)
This function sets the path to the file to fax.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetFile, getID, getPriority, getProperty, getSenderEmail, getSenderFaxNumber, getSenderName, getTargetAddress, getTargetName, setFile, setID, setPriority, setProperty, setSenderEmail, setSenderFaxNumber, setSenderName, setTargetAddress, setTargetNamepublic String getFilePath()
getFilePath in interface FaxJobpublic void setFilePath(String filePath)
setFilePath in interface FaxJobfilePath - The path to the file to faxprotected StringBuilder addToStringAttributes(String faxJobType)
faxJobType - The fax job typeCopyright © 2009–2020 fax4j. All rights reserved.