Class Table


  • public class Table
    extends Object
    Author:
    Andriusta
    • Constructor Detail

      • Table

        public Table()
    • Method Detail

      • getName

        public String getName()
      • setName

        public void setName​(String name)
      • getScope

        public String getScope()
      • setScope

        public void setScope​(String scope)
      • getFilterName

        public String getFilterName()
      • setFilterName

        public void setFilterName​(String filterName)
      • getTitle

        public Title getTitle()
      • setTitle

        public void setTitle​(Title title)
      • getRows

        public List<Row> getRows()
      • setRows

        public void setRows​(List<Row> rows)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object