firstPage method

int firstPage()

Implementation

int firstPage() {
  isFirstPage = true;
  isLoading = true;
  return this.page;
}