org.keridwen.modelling.reporting
Class ReportItem

java.lang.Object
  extended by org.keridwen.modelling.reporting.ReportItem

public class ReportItem
extends Object

This is an Report Item, basically a list of Data to print. For instance it can be a chapter of a report.

Author:
pierre

Constructor Summary
ReportItem()
          Basically a list of Data to print.
ReportItem(String name, String description, ArrayList<ReportData> items)
          Basically a list of Data to print.
 
Method Summary
 List<ReportData> getData()
           
 String getDescription()
           
 String getName()
           
 void setData(ArrayList<ReportData> items)
           
 void setDescription(String description)
           
 void setName(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReportItem

public ReportItem(String name,
                  String description,
                  ArrayList<ReportData> items)
Basically a list of Data to print. For instance it can be a chapter of a report.

Parameters:
name -
description -
items -

ReportItem

public ReportItem()
Basically a list of Data to print. For instance it can be a chapter of a report.

Method Detail

getName

public String getName()
Returns:
the name

setName

public void setName(String name)
Parameters:
name - the name to set

getDescription

public String getDescription()
Returns:
the description

setDescription

public void setDescription(String description)
Parameters:
description - the description to set

getData

public List<ReportData> getData()
Returns:
the items

setData

public void setData(ArrayList<ReportData> items)
Parameters:
items - the items to set


Copyright © 2012-2013 Artenum. All Rights Reserved.