public class Pagination extends Object
| Constructor and Description |
|---|
Pagination()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getNext()
Returns the next page.
|
int |
getPage()
Returns the page number.
|
String |
getPrev()
Returns the previous page.
|
int |
getSize()
Returns the page size.
|
int |
getTotal()
Returns the total number of pages.
|
String |
toString()
Returns a string representation of the object.
|
public int getTotal()
public int getSize()
public String getPrev()
public int getPage()
public String getNext()
Copyright © 2020. All rights reserved.