Class GUIDashlet

    • Constructor Detail

      • GUIDashlet

        public GUIDashlet()
      • GUIDashlet

        public GUIDashlet​(String name,
                          int column,
                          int row,
                          int index)
    • Method Detail

      • getId

        public long getId()
      • setId

        public void setId​(long id)
      • getColumn

        public int getColumn()
      • setColumn

        public void setColumn​(int column)
      • getRow

        public int getRow()
      • setRow

        public void setRow​(int row)
      • getIndex

        public int getIndex()
      • setIndex

        public void setIndex​(int index)
      • getQuery

        public String getQuery()
      • getContent

        public String getContent()
      • getName

        public String getName()
      • getTitle

        public String getTitle()
      • setQuery

        public void setQuery​(String query)
      • setContent

        public void setContent​(String content)
      • setName

        public void setName​(String name)
      • setTitle

        public void setTitle​(String title)
      • getType

        public String getType()
      • setType

        public void setType​(String type)
      • setMax

        public void setMax​(Integer max)