Class Curator
- java.lang.Object
-
- com.funnelback.publicui.search.model.curator.Curator
-
public class Curator extends Object
A Curator will contain and additional information (exhibits) which has been added to the result packet by curator actions.- Since:
- 13.0
-
-
Constructor Summary
Constructors Constructor Description Curator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Exhibit>
getExhibits()
Contains the list of additional elements (exhibits) which curator actions have caused to be available for display within the search result page.void
setExhibits(List<Exhibit> exhibits)
Contains the list of additional elements (exhibits) which curator actions have caused to be available for display within the search result page.
-