Class SearchResult

    • Constructor Detail

      • SearchResult

        public SearchResult()
    • Method Detail

      • getTotalElements

        public int getTotalElements()
      • setTotalElements

        public final void setTotalElements​(int totalElements)
      • getExecutionTime

        public int getExecutionTime()
      • setExecutionTime

        public final void setExecutionTime​(int executionTime)
      • getRows

        public java.util.List<Row> getRows()
      • setRows

        public final void setRows​(java.util.List<Row> rows)
      • isEmpty

        public boolean isEmpty()
      • setEmpty

        public void setEmpty​(boolean empty)