Package io.goobi.viewer.model.search
Class SearchChildHit
java.lang.Object
io.goobi.viewer.model.search.SearchChildHit
Class to represent children of
SearchHit
which don't represent a complete record and thus need less data. Currently unused-
Constructor Summary
ConstructorDescriptionSearchChildHit
(HitType type, List<SearchChildHit> children, BrowseElement browseElement) -
Method Summary
-
Constructor Details
-
SearchChildHit
-
-
Method Details
-
getUrl
-
getLabel
-
getIconClass
-
getTypeLabelKey
-
getType
Getter for the field
type
.- Returns:
- the type
-