Interface FacetListItem
-
- All Known Implementing Classes:
FacetListItemImpl
public interface FacetListItemA facet value of a specific facet, e.g. value "image" of facet "mediatype"
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetCount()StringgetLink()StringgetName()booleanisSelected()voidsetCount(long count)voidsetLink(String link)voidsetName(String name)voidsetSelected(boolean selected)
-