Class ReportRepresentationModel.RowResource

    • Constructor Detail

      • RowResource

        public RowResource​(int[] cells,
                           int total,
                           int depth,
                           String[] desc,
                           boolean display)
    • Method Detail

      • getCells

        public int[] getCells()
      • getTotal

        public int getTotal()
      • getDepth

        public int getDepth()
      • getDesc

        public String[] getDesc()
      • isDisplay

        public boolean isDisplay()