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