Class Curator


  • public class Curator
    extends java.lang.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 java.util.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()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.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​(java.util.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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • exhibits

        private java.util.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 java.util.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​(java.util.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.