Class CollectionResult

java.lang.Object
io.goobi.viewer.model.search.CollectionResult
All Implemented Interfaces:
Serializable

public class CollectionResult extends Object implements Serializable
Author:
florian
See Also:
  • Constructor Details

    • CollectionResult

      public CollectionResult(String name)
    • CollectionResult

      public CollectionResult(String name, long recordCount)
      Parameters:
      name -
      recordCount -
  • Method Details

    • getFacetValues

      public Set<String> getFacetValues()
      Returns:
      the groupingValues
    • setFacetValues

      public void setFacetValues(Set<String> facetValues)
      Parameters:
      facetValues - the facetValues to set
    • getCount

      public Long getCount()
      Returns:
      the count
    • setCount

      public void setCount(Long count)
      Parameters:
      count - the count to set
    • getName

      public String getName()
      Returns:
      the name
    • incrementCount

      public void incrementCount(long l)
    • getChildCount

      public Long getChildCount()
    • setChildCount

      public void setChildCount(Long count)
    • incrementChildCount

      public void incrementChildCount(long l)
    • addFacetValues

      public void addFacetValues(Collection<Object> fieldValues)
      Parameters:
      fieldValues -