public class LocationSearchRadiusContentItem
extends com.endeca.infront.assembler.BasicContentItem
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CLASS_VERSION
Class version string
|
static java.lang.String |
ENABLED |
static java.lang.String |
GEO_PROPERTY |
static java.lang.String |
SEARCH_RADIUS |
Constructor and Description |
---|
LocationSearchRadiusContentItem(com.endeca.infront.assembler.ContentItem pConfig)
Construct a search radius refinement using the properties defined in the pConfig argument.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Boolean |
getEnabled() |
java.lang.String |
getGeoProperty() |
java.util.List<java.lang.String> |
getSearchRadius() |
void |
setEnabled(java.lang.Boolean pEnabled) |
void |
setGeoProperty(java.lang.String pGeoProperty) |
void |
setSearchRadius(java.util.List<java.lang.String> pSearchRadius) |
getBooleanProperty, getIntProperty, getLongProperty, getType, getTypedProperty, setType
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
public static java.lang.String CLASS_VERSION
public static final java.lang.String GEO_PROPERTY
public static final java.lang.String SEARCH_RADIUS
public static final java.lang.String ENABLED
public LocationSearchRadiusContentItem(com.endeca.infront.assembler.ContentItem pConfig)
pConfig
- This configuration item is used to build the search radius refinement.public void setSearchRadius(java.util.List<java.lang.String> pSearchRadius)
pSearchRadius
- The Search Radius list.public java.util.List<java.lang.String> getSearchRadius()
public java.lang.String getGeoProperty()
public void setGeoProperty(java.lang.String pGeoProperty)
pGeoProperty
- A new geoProperty.public java.lang.Boolean getEnabled()
public void setEnabled(java.lang.Boolean pEnabled)
pEnabled
- The new enabled value.