org.keridwen.modelling.reporting.data
Class DefaultReportDataBulletList

java.lang.Object
  extended by org.keridwen.modelling.reporting.data.DefaultReportDataBulletList
All Implemented Interfaces:
ReportData

public class DefaultReportDataBulletList
extends Object
implements ReportData

Author:
pierre

Constructor Summary
DefaultReportDataBulletList(ArrayList<String> listItems)
           
DefaultReportDataBulletList(ArrayList<String> listItems, String description)
           
 
Method Summary
 String getDescription()
           
 ArrayList<String> getListItems()
           
 void setDescription(String description)
           
 void setListItems(ArrayList<String> listItems)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultReportDataBulletList

public DefaultReportDataBulletList(ArrayList<String> listItems)
Parameters:
listItems -
description -

DefaultReportDataBulletList

public DefaultReportDataBulletList(ArrayList<String> listItems,
                                   String description)
Parameters:
listItems -
description -
Method Detail

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.