Class Page


  • public class Page
    extends java.lang.Object
    holds the parameters of a page (partial result) for a query.
    Author:
    Joram Barrez, Tom Baeyens
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected int firstResult  
      protected int maxResults  
    • Constructor Summary

      Constructors 
      Constructor Description
      Page​(int firstResult, int maxResults)  
    • Field Detail

      • firstResult

        protected int firstResult
      • maxResults

        protected int maxResults
    • Constructor Detail

      • Page

        public Page​(int firstResult,
                    int maxResults)
    • Method Detail

      • getFirstResult

        public int getFirstResult()
      • getMaxResults

        public int getMaxResults()