org.keridwen.modelling.reporting.data
Class DefaultReportDataBulletList
java.lang.Object
org.keridwen.modelling.reporting.data.DefaultReportDataBulletList
- All Implemented Interfaces:
- ReportData
public class DefaultReportDataBulletList
- extends Object
- implements ReportData
- Author:
- pierre
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultReportDataBulletList
public DefaultReportDataBulletList(ArrayList<String> listItems)
- Parameters:
listItems
- description
-
DefaultReportDataBulletList
public DefaultReportDataBulletList(ArrayList<String> listItems,
String description)
- Parameters:
listItems
- description
-
getListItems
public ArrayList<String> getListItems()
- Returns:
- the listItems
setListItems
public void setListItems(ArrayList<String> listItems)
- Parameters:
listItems
- the listItems to set
getDescription
public String getDescription()
- Returns:
- the description
setDescription
public void setDescription(String description)
- Parameters:
description
- the description to set
Copyright © 2012-2013 Artenum. All Rights Reserved.