Class SearchPaginationInfo

java.lang.Object
org.chenile.query.model.SearchPaginationInfo

public class SearchPaginationInfo extends Object
  • Field Details

    • nextPageAvailable

      private Boolean nextPageAvailable
    • countQueryExecuted

      private Boolean countQueryExecuted
    • totalCountAvailable

      private Boolean totalCountAvailable
  • Constructor Details

    • SearchPaginationInfo

      public SearchPaginationInfo()
  • Method Details

    • getNextPageAvailable

      public Boolean getNextPageAvailable()
    • setNextPageAvailable

      public void setNextPageAvailable(Boolean nextPageAvailable)
    • getCountQueryExecuted

      public Boolean getCountQueryExecuted()
    • setCountQueryExecuted

      public void setCountQueryExecuted(Boolean countQueryExecuted)
    • getTotalCountAvailable

      public Boolean getTotalCountAvailable()
    • setTotalCountAvailable

      public void setTotalCountAvailable(Boolean totalCountAvailable)