
public class PagingLoadConfigBean extends ListLoadConfigBean implements PagingLoadConfig
| Modifier and Type | Field and Description |
|---|---|
protected int |
limit |
protected int |
offset |
sortInfo| Constructor and Description |
|---|
PagingLoadConfigBean()
Creates a new paging load config.
|
PagingLoadConfigBean(int offset,
int limit)
Creates a new paging load config.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getLimit()
The number of records being requested.
|
int |
getOffset()
The offset for the first record to retrieve.
|
void |
setLimit(int limit)
Sets the limit.
|
void |
setOffset(int offset)
Sets the offset.
|
getSortInfo, setSortInfoclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetSortInfo, setSortInfopublic PagingLoadConfigBean()
public PagingLoadConfigBean(int offset,
int limit)
offset - the offsetlimit - the limitpublic int getLimit()
PagingLoadConfiggetLimit in interface PagingLoadConfigpublic int getOffset()
PagingLoadConfiggetOffset in interface PagingLoadConfigpublic void setLimit(int limit)
PagingLoadConfigsetLimit in interface PagingLoadConfiglimit - the limitpublic void setOffset(int offset)
PagingLoadConfigsetOffset in interface PagingLoadConfigoffset - the offsetCopyright © 2020. All rights reserved.