Class Panel

    • Constructor Detail

      • Panel

        public Panel()
    • Method Detail

      • setId

        public void setId​(Integer id)
      • getTitle

        public String getTitle()
      • setTitle

        public void setTitle​(String title)
      • getType

        public String getType()
      • setType

        public void setType​(String type)
      • getDatasource

        public String getDatasource()
      • setDatasource

        public void setDatasource​(String datasource)
      • getDescription

        public String getDescription()
      • setDescription

        public void setDescription​(String description)
      • setPanels

        public void setPanels​(List<Panel> panels)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object