public class FacetValueData extends Object implements Comparable<FacetValueData>
| Modifier and Type | Field and Description |
|---|---|
static long |
BREADCRUMB_COUNT |
| Constructor and Description |
|---|
FacetValueData(String name,
long count,
boolean selected) |
FacetValueData(String name,
String displayName,
long count,
boolean selected) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(FacetValueData anotherFacetValue) |
boolean |
equals(Object obj) |
long |
getCount() |
String |
getDisplayName() |
String |
getName() |
int |
hashCode() |
boolean |
isSelected() |
String |
toString() |
public static final long BREADCRUMB_COUNT
public FacetValueData(String name, long count, boolean selected)
public String getName()
public String getDisplayName()
public long getCount()
public boolean isSelected()
public int compareTo(FacetValueData anotherFacetValue)
compareTo in interface Comparable<FacetValueData>Copyright © 2018. All rights reserved.