public class PageableData extends Object implements Serializable
| Constructor and Description |
|---|
PageableData() |
| Modifier and Type | Method and Description |
|---|---|
int |
getCurrentPage() |
int |
getPageSize() |
String |
getSort() |
void |
setCurrentPage(int currentPage) |
void |
setPageSize(int pageSize) |
void |
setSort(String sort) |
Copyright © 2017 SAP SE. All Rights Reserved.