Package io.goobi.viewer.model.search
Interface IFacetItem
- All Known Implementing Classes:
FacetItem
,GeoFacetItem
public interface IFacetItem
- Author:
- florian
-
Method Details
-
getQueryEscapedLink
String getQueryEscapedLink() -
getEscapedLink
String getEscapedLink() -
getUrlEscapedLink
String getUrlEscapedLink() -
getType
FacetItem.FacetType getType() -
getField
String getField() -
setField
-
getFullValue
String getFullValue() -
getValue
String getValue() -
setValue
-
getValue2
String getValue2() -
setValue2
-
getLink
String getLink() -
setLink
-
getLabel
String getLabel() -
setLabel
-
getTranslatedLabel
String getTranslatedLabel() -
setTranslatedLabel
-
getCount
long getCount() -
setCount
-
isGroup
boolean isGroup() -
setGroup
-
isHierarchial
boolean isHierarchial() -
isBooleanType
boolean isBooleanType()
-