Class ReportRepresentationModel.RowRepresentationModel

  • Enclosing class:
    ReportRepresentationModel

    public static class ReportRepresentationModel.RowRepresentationModel
    extends Object
    EntityModel class for SingleRow.
    • Constructor Detail

      • RowRepresentationModel

        @ConstructorProperties({"cells","total","depth","desc","display"})
        public RowRepresentationModel​(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()