Class 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
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private 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.
    • Constructor Summary

      Constructors 
      Constructor Description
      Curator()  
    • Field Detail

      • exhibits

        private 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.
    • Constructor Detail

      • Curator

        public Curator()
    • Method Detail

      • getExhibits

        public 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.
      • setExhibits

        public 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.