public class ContextDetailCategory extends Object implements ContextDetail
Constructor and Description |
---|
ContextDetailCategory(List<ContextDetailCategoryItem> items,
FilterSpecRaw filterSpecRaw) |
Modifier and Type | Method and Description |
---|---|
List<FilterSpecCompiled> |
getContextDetailFilterSpecs() |
FilterValueSetParam[][] |
getFilterParamsCompiled() |
FilterSpecCompiled |
getFilterSpecCompiled() |
FilterSpecRaw |
getFilterSpecRaw() |
List<ContextDetailCategoryItem> |
getItems() |
void |
setFilterSpecCompiled(FilterSpecCompiled filterSpec) |
public ContextDetailCategory(List<ContextDetailCategoryItem> items, FilterSpecRaw filterSpecRaw)
public List<FilterSpecCompiled> getContextDetailFilterSpecs()
getContextDetailFilterSpecs
in interface ContextDetail
public FilterSpecRaw getFilterSpecRaw()
public List<ContextDetailCategoryItem> getItems()
public void setFilterSpecCompiled(FilterSpecCompiled filterSpec)
public FilterSpecCompiled getFilterSpecCompiled()
public FilterValueSetParam[][] getFilterParamsCompiled()