Class Report

    • Constructor Detail

      • Report

        public Report()
    • Method Detail

      • setId

        public void setId​(Integer id)
      • getTitle

        public String getTitle()
      • setTitle

        public void setTitle​(String title)
      • setShowTimespanButton

        public void setShowTimespanButton​(Boolean showTimespanButton)
      • getShowGraphtypeButton

        public Optional<Boolean> getShowGraphtypeButton()
      • setShowGraphtypeButton

        public void setShowGraphtypeButton​(Boolean showGraphtypeButton)
      • setGraphs

        public void setGraphs​(List<Graph> graphs)
      • addGraph

        public void addGraph​(Graph graph)
      • addGraph

        public void addGraph​(int index,
                             Graph graph)
      • removeGraph

        public boolean removeGraph​(Graph graph)
      • setGraphsPerLine

        public void setGraphsPerLine​(Integer graphsPerLine)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object