public class ReportPropertyBean
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Constructor and Description |
---|
ReportPropertyBean() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone()
Creates and returns a copy of this object.
|
java.lang.Boolean |
getDisplayInViewer()
Return a displayInViewer.
|
java.lang.String |
getOutputFile()
Return an output file.
|
java.lang.String |
getOutputFormat()
Return a output format.
|
java.lang.String |
getOutputImageFormat()
Return an image format.
|
java.lang.String |
getOutputImageSize()
Return an output image size.
|
java.lang.String |
getOutputOnBlankField()
Return a output on blank field.
|
java.lang.String |
getUploadProfile()
get the Name for the selected Upload ServerProfile.
|
void |
setDisplayInViewer(java.lang.Boolean displayInViewer)
Set a displayInViewer.
|
void |
setOutputFile(java.lang.String outputFile)
Set an output file.
|
void |
setOutputFormat(java.lang.String outputFormat)
Set a output format.
|
void |
setOutputImageFormat(java.lang.String outputImageFormat)
Set an output image format.
|
void |
setOutputImageSize(java.lang.String outputImageSize)
Set an output image size.
|
void |
setOutputOnBlankField(java.lang.String outputOnBlankField)
Set a output on blank field.
|
void |
setUploadProfile(java.lang.String uploadProfile)
Set the name for the Upload ServerProfile.
|
void |
updateOutputFile() |
public java.lang.Boolean getDisplayInViewer()
public void setDisplayInViewer(java.lang.Boolean displayInViewer)
displayInViewer
- the displayInViewer to setpublic java.lang.String getOutputFormat()
public void setOutputFormat(java.lang.String outputFormat)
outputFormat
- the output format to setpublic java.lang.String getOutputFile()
public void setOutputFile(java.lang.String outputFile)
outputFile
- the output file to setpublic java.lang.String getOutputImageFormat()
public void setOutputImageFormat(java.lang.String outputImageFormat)
outputImageFormat
- the image format to setpublic java.lang.String getOutputImageSize()
public void setOutputImageSize(java.lang.String outputImageSize)
outputImageSize
- output image sizepublic java.lang.String getOutputOnBlankField()
engine.setProperty("template.process.size", "")
If this property is
null
, engine will print the reference $variable as text. By default this value is
null
public void setOutputOnBlankField(java.lang.String outputOnBlankField)
engine.setProperty("template.process.size", "")
If this property is
null
, engine will print the reference $variable as text. By default this value is
null
outputOnBlankField
- the output on blank field to setpublic java.lang.String getUploadProfile()
public void setUploadProfile(java.lang.String uploadProfile)
uploadProfile
- the profile namepublic java.lang.Object clone() throws java.lang.CloneNotSupportedException
clone
in class java.lang.Object
java.lang.CloneNotSupportedException
- if the object's class does not support the Cloneable
interface. Subclasses that override the clone
method can also throw this
exception to indicate that an instance cannot be cloned.Cloneable
public void updateOutputFile()