public class LoadConfig<T> extends Object
Constructor and Description |
---|
LoadConfig(int offset,
int limit,
SortContext<T> sortContext,
List<CategoryComponent> openCategories) |
Modifier and Type | Method and Description |
---|---|
int |
getLimit()
Get load limit.
|
int |
getOffset()
Get load offset.
|
List<CategoryComponent> |
getOpenCategories()
Get categories to load.
|
SortContext<T> |
getSortContext()
Get sorters to use when loading.
|
String |
toString() |
public LoadConfig(int offset, int limit, SortContext<T> sortContext, List<CategoryComponent> openCategories)
public int getOffset()
public int getLimit()
public SortContext<T> getSortContext()
public List<CategoryComponent> getOpenCategories()
Copyright © 2018. All rights reserved.