public class SearchWithPaging extends Object
Constructor and Description |
---|
SearchWithPaging() |
Modifier and Type | Method and Description |
---|---|
String |
getHql() |
int |
getMaxNumber() |
int |
getOffset() |
int |
getToken() |
void |
setHql(String hql) |
void |
setMaxNumber(int maxNumber) |
void |
setOffset(int offset) |
void |
setToken(int token) |
public int getToken()
public void setToken(int token)
token
- the value for the token propertypublic String getHql()
public void setHql(String hql)
hql
- the value for the hql propertypublic int getOffset()
public void setOffset(int offset)
offset
- the value for the offset propertypublic int getMaxNumber()
public void setMaxNumber(int maxNumber)
maxNumber
- the value for the maxNumber propertyCopyright © 2020 Hyland Software Germany GmbH. All rights reserved.