Package org.cyclos.impl.system
Class ReportParams
- java.lang.Object
-
- org.cyclos.impl.system.ReportParams
-
public class ReportParams extends Object
Contains all data to run a report
-
-
Constructor Summary
Constructors Constructor Description ReportParams()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DategetBegin()DategetEnd()List<ReportSection>getSections()ObjectgetTitle()voidsetBegin(Date begin)voidsetEnd(Date end)voidsetSections(List<ReportSection> sections)voidsetTitle(Object title)
-
-
-
Method Detail
-
getBegin
public Date getBegin()
-
getEnd
public Date getEnd()
-
getSections
public List<ReportSection> getSections()
-
getTitle
public Object getTitle()
-
setBegin
public void setBegin(Date begin)
-
setEnd
public void setEnd(Date end)
-
setSections
public void setSections(List<ReportSection> sections)
-
setTitle
public void setTitle(Object title)
-
-