
public class ListLoadConfigBean extends Object implements ListLoadConfig
ListLoadConfig implementation.ListLoadConfig,
Serialized Form| Constructor and Description |
|---|
ListLoadConfigBean()
Create a new load config instance.
|
ListLoadConfigBean(List<SortInfo> info)
Creates a new load config instance.
|
ListLoadConfigBean(SortInfoBean info)
Create a new load config instance.
|
| Modifier and Type | Method and Description |
|---|---|
List<SortInfoBean> |
getSortInfo()
Returns the sort info.
|
void |
setSortInfo(List<? extends SortInfo> info)
Sets the sort info.
|
public ListLoadConfigBean()
public ListLoadConfigBean(SortInfoBean info)
info - the sort information beanpublic List<SortInfoBean> getSortInfo()
ListLoadConfiggetSortInfo in interface ListLoadConfigpublic void setSortInfo(List<? extends SortInfo> info)
ListLoadConfigsetSortInfo in interface ListLoadConfiginfo - the sort infoCopyright © 2018. All rights reserved.