public class Report extends Object
Constructor and Description |
---|
Report() |
Modifier and Type | Method and Description |
---|---|
String |
getCreated()
This method returns the date/time when the report
was created.
|
List<Section> |
getSections()
This method returns the sections of the report.
|
String |
getTitle()
This method returns the title of the report.
|
Report |
setCreated(String created)
This method sets the created date/time.
|
Report |
setSections(List<Section> sections)
This method sets the sections of the report.
|
Report |
setTitle(String title)
This method sets the title.
|
public String getTitle()
public Report setTitle(String title)
title
- The titlepublic String getCreated()
public Report setCreated(String created)
created
- The created date/timepublic List<Section> getSections()
Copyright © 2013-2015 JBoss by Red Hat. All Rights Reserved.