|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.pdfsam.guiclient.dto.PdfFile
public class PdfFile
A pdf file
Constructor Summary | |
---|---|
PdfFile()
|
|
PdfFile(java.io.File inputFile,
java.lang.String password)
|
Method Summary | |
---|---|
java.io.File |
getInputFile()
|
java.lang.String |
getPassword()
|
void |
setInputFile(java.io.File inputFile)
|
void |
setPassword(java.lang.String password)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PdfFile()
public PdfFile(java.io.File inputFile, java.lang.String password)
inputFile
- password
- Method Detail |
---|
public java.io.File getInputFile()
public void setInputFile(java.io.File inputFile)
inputFile
- the inputFile to setpublic java.lang.String getPassword()
public void setPassword(java.lang.String password)
password
- the password to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |