Class PageAndCount

java.lang.Object
dev.dsf.fhir.search.PageAndCount

public class PageAndCount extends Object
  • Constructor Details

    • PageAndCount

      public PageAndCount(int page, int count)
  • Method Details

    • getSql

      public String getSql()
    • isCountOnly

      public boolean isCountOnly(int total)
    • getPage

      public int getPage()
    • getCount

      public int getCount()
    • getPageStart

      public int getPageStart()
    • getPageEnd

      public int getPageEnd()
    • isLastPage

      public boolean isLastPage(int total)
    • getLastPage

      public int getLastPage(int total)