public class FacetValue extends Object implements Serializable, Comparable<FacetValue>
| Constructor and Description |
|---|
FacetValue(String name,
long count,
boolean selected) |
FacetValue(String name,
String displayName,
long count,
boolean selected) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(FacetValue anotherFacetValue) |
boolean |
equals(Object obj) |
long |
getCount() |
String |
getDisplayName() |
String |
getName() |
int |
hashCode() |
boolean |
isSelected() |
String |
toString() |
public FacetValue(String name, long count, boolean selected)
public String getName()
public String getDisplayName()
public long getCount()
public boolean isSelected()
public int compareTo(FacetValue anotherFacetValue)
compareTo in interface Comparable<FacetValue>Copyright © 2017 SAP SE. All Rights Reserved.