Package | Description |
---|---|
org.overlord.rtgov.reports.model |
Modifier and Type | Class and Description |
---|---|
class |
Tabular
This class represents a tabular section within the report.
|
Modifier and Type | Method and Description |
---|---|
Section |
Section.setDescription(String description)
This method sets the description.
|
Section |
Section.setName(String name)
This method sets the name.
|
Modifier and Type | Method and Description |
---|---|
List<Section> |
Report.getSections()
This method returns the sections of the report.
|
Modifier and Type | Method and Description |
---|---|
Report |
Report.setSections(List<Section> sections)
This method sets the sections of the report.
|
Copyright © 2013-2015 JBoss by Red Hat. All Rights Reserved.