public class ListLoadConfigBean extends Object implements ListLoadConfig
ListLoadConfig
implementation.ListLoadConfig
,
Serialized FormConstructor 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()
ListLoadConfig
getSortInfo
in interface ListLoadConfig
public void setSortInfo(List<? extends SortInfo> info)
ListLoadConfig
setSortInfo
in interface ListLoadConfig
info
- the sort infoCopyright © 2018. All rights reserved.