Serialized Form


Package org.apertereports.model

Class org.apertereports.model.ConfigurationEntry extends java.lang.Object implements Serializable

Serialized Fields

id

java.lang.Integer id
Primary key.


description

java.lang.String description
Readable description of this entry.


key

java.lang.String key
The key.


value

java.lang.String value
The value.

Class org.apertereports.model.ReportTemplate extends java.lang.Object implements Serializable

serialVersionUID: -7196776812526154078L

Serialized Fields

active

java.lang.Boolean active
Indicates this report is active or not.


content

java.lang.String content
JRXML data formatted in Base64 manner.


created

java.util.Date created
Date of creation.


description

java.lang.String description
Description of the report template.


filename

java.lang.String filename
Filename it was uploaded from.


allowOnlineDisplay

java.lang.Boolean allowOnlineDisplay
Should report engine allow online display.


allowBackgroundOrder

java.lang.Boolean allowBackgroundOrder
Should report engine allow background order generation.


id

java.lang.Integer id
Primary key.


reportname

java.lang.String reportname
Report name taken from JRXML it was uploaded from (the name attribute of jasperReport tag).



Copyright © 2011-2012. All Rights Reserved.