@ValidSingleOutput public abstract class SinglePdfSourceSingleOutputParameters extends AbstractPdfOutputParameters implements SingleOutputTaskParameters
SingleTaskOutput.| Constructor and Description |
|---|
SinglePdfSourceSingleOutputParameters() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
SingleTaskOutput<?> |
getOutput() |
String |
getOutputName() |
PdfSource<?> |
getSource() |
int |
hashCode() |
void |
setOutput(SingleTaskOutput<?> output)
Sets the output destination
|
void |
setOutputName(String outputName) |
void |
setSource(PdfSource<?> source)
Set the source for this parameter.
|
getMinRequiredPdfVersion, getVersion, isCompress, setCompress, setVersionisOverwrite, setOverwrite, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitisOverwritepublic SinglePdfSourceSingleOutputParameters()
public String getOutputName()
getOutputName in interface SingleOutputTaskParameterspublic SingleTaskOutput<?> getOutput()
getOutput in interface TaskParameterspublic void setOutput(SingleTaskOutput<?> output)
SingleOutputTaskParameterssetOutput in interface SingleOutputTaskParameterspublic void setOutputName(String outputName)
outputName - the outputName to be used when the output is not a file destinationpublic int hashCode()
public boolean equals(Object other)
public PdfSource<?> getSource()
getSource in interface SinglePdfSourceTaskParameterspublic void setSource(PdfSource<?> source)
SinglePdfSourceTaskParameterssetSource in interface SinglePdfSourceTaskParametersCopyright © 2015. All Rights Reserved.