public class ReportContent extends Object
| Constructor and Description |
|---|
ReportContent(String id,
String title,
List<String> content)
Constructs the report content using the supplied id, title and content
strings.
|
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getContent()
Returns the list of strings that comprise the contents for this section
of the report.
|
String |
getId()
Returns the internal identification associated with this section of the
report.
|
String |
getTitle()
Returns the title to associate with this section of the report.
|
public ReportContent(String id, String title, List<String> content)
id - the identification for this section of the reporttitle - the title for this section of the reportcontent - the content associated with this section of the reportCopyright © 2014. All Rights Reserved.