public class Refinement extends NavigationAction
Constructor and Description |
---|
Refinement() |
Modifier and Type | Method and Description |
---|---|
Integer |
getCount() |
Map<String,String> |
getProperties() |
boolean |
isMultiSelect() |
void |
setCount(Integer count)
Sets the number of records that will be returned if this refinement is applied.
|
void |
setMultiSelect(boolean multiSelect)
Sets the multi select flag.
|
void |
setProperties(Map<String,String> properties)
Sets the properties of this refinement
|
getNavigationState, setNavigationState
getContentPath, getLabel, getSiteRootPath, setContentPath, setLabel, setSiteRootPath
public Map<String,String> getProperties()
public void setProperties(Map<String,String> properties)
properties
- a map containing properties for this refinementpublic Integer getCount()
public void setCount(Integer count)
count
- the refinement countpublic boolean isMultiSelect()
public void setMultiSelect(boolean multiSelect)
multiSelect
- true if this refinement is multi selectableCopyright © 2013, Oracle and/or its affiliates. All rights reserved.