public class Facet
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
attributeName |
private CustomSearchFilterAttributeType |
attributeType |
private long |
totalMatches |
private java.util.List<FacetValue> |
values |
Constructor and Description |
---|
Facet() |
Facet(java.lang.String attributeName,
CustomSearchFilterAttributeType attributeType,
FacetValue value) |
Facet(java.lang.String attributeName,
CustomSearchFilterAttributeType attributeType,
java.util.List<FacetValue> values) |
Facet(java.lang.String attributeName,
FacetValue value) |
Facet(java.lang.String attributeName,
java.util.List<FacetValue> values) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAttributeName()
The localised attribute-name.
|
CustomSearchFilterAttributeType |
getAttributeType()
The type of the attribute.
|
long |
getTotalMatches() |
java.util.List<FacetValue> |
getValues()
List of Facet-Value.
|
void |
setTotalMatches(long totalMatches)
Caution: This field is acutally marked as 'Transient'
and should be ignored by jax-doclets, it is not part of the API.
|
private long totalMatches
private java.lang.String attributeName
private CustomSearchFilterAttributeType attributeType
private java.util.List<FacetValue> values
public Facet()
public Facet(java.lang.String attributeName, CustomSearchFilterAttributeType attributeType, java.util.List<FacetValue> values)
public Facet(java.lang.String attributeName, CustomSearchFilterAttributeType attributeType, FacetValue value)
public Facet(java.lang.String attributeName, java.util.List<FacetValue> values)
public Facet(java.lang.String attributeName, FacetValue value)
public java.lang.String getAttributeName()
public CustomSearchFilterAttributeType getAttributeType()
public java.util.List<FacetValue> getValues()
public long getTotalMatches()
public void setTotalMatches(long totalMatches)