Class 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 Detail

      • ReportSection

        public ReportSection​(Object title,
                             boolean period,
                             List<?> data)
    • Method Detail

      • getData

        public List<?> getData()
      • getTitle

        public Object getTitle()
      • isPeriod

        public boolean isPeriod()