public class DefaultCsSearchFacet extends Object implements CsSearchFacet
| Constructor and Description |
|---|
DefaultCsSearchFacet(String code) |
| Modifier and Type | Method and Description |
|---|---|
void |
addValue(CsSearchFacetValue value) |
int |
compareTo(CsSearchFacet other) |
boolean |
equals(Object other) |
String |
getCode()
The facet code
|
String |
getLabel()
The displayable label for this facet
|
Set<CsSearchFacetValue> |
getValues()
The set of facet values that available for this facet
|
int |
hashCode() |
void |
setLabel(String label) |
public DefaultCsSearchFacet(String code)
public String getCode()
CsSearchFacetgetCode in interface CsSearchFacetpublic String getLabel()
CsSearchFacetgetLabel in interface CsSearchFacetpublic void setLabel(String label)
public Set<CsSearchFacetValue> getValues()
CsSearchFacetgetValues in interface CsSearchFacetpublic void addValue(CsSearchFacetValue value)
public int compareTo(CsSearchFacet other)
compareTo in interface Comparable<CsSearchFacet>Copyright © 2017 SAP SE. All Rights Reserved.