Serialized Form


Package org.apertereports.model

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

Serialized Fields

id

Integer id
Primary key.


description

String description
Readable description of this entry.


key

String key
The key.


value

String value
The value.

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

serialVersionUID: -7196776812526154079L

Serialized Fields

rolesWithAccess

Set<E> rolesWithAccess

active

Boolean active
Indicates this report is active or not.


content

String content
JRXML data formatted in Base64 manner.


created

Date created
Date of creation.


description

String description
Description of the report template.


filename

String filename
Filename it was uploaded from.


allowOnlineDisplay

Boolean allowOnlineDisplay
Should report engine allow online display.


allowBackgroundOrder

Boolean allowBackgroundOrder
Should report engine allow background order generation.


id

Integer id
Primary key.


reportname

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



Copyright © 2011-2013. All Rights Reserved.