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