Package org.localify.dto
Class PageOptions
java.lang.Object
org.localify.dto.PageOptions
- All Implemented Interfaces:
Serializable
Represents pagination options.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
limit
The maximum number of items per page. -
page
The page number.
-
-
Constructor Details
-
PageOptions
public PageOptions()
-
-
Method Details
-
getLimit
Gets the limit.- Returns:
- The limit.
-
setLimit
Sets the limit.- Parameters:
limit- The limit.
-
getPage
Gets the page number.- Returns:
- The page number.
-
setPage
Sets the page number.- Parameters:
page- The page number.
-