Package org.cyclos.impl.system
Class ReportSection
- java.lang.Object
-
- org.cyclos.impl.system.ReportSection
-
public class ReportSection extends Object
Holds data for a report section. Contains the title, the information on whether the data uses periods and the data itself.
-
-
Constructor Summary
Constructors Constructor Description ReportSection(Object title, boolean period, List<?> data)
-