Class SearchFacetValueRest

java.lang.Object
org.dspace.app.rest.model.RestAddressableModel
org.dspace.app.rest.model.SearchFacetValueRest
All Implemented Interfaces:
Serializable, RestModel

public class SearchFacetValueRest extends RestAddressableModel
This class' purpose is to create a container for the information used in the SearchFacetValueResource
See Also:
  • Field Details

  • Constructor Details

    • SearchFacetValueRest

      public SearchFacetValueRest()
  • Method Details

    • getCategory

      public String getCategory()
      Specified by:
      getCategory in class RestAddressableModel
    • getType

      public String getType()
    • getTypePlural

      public String getTypePlural()
      The plural name is the same as the singular name
    • getController

      public Class getController()
      Specified by:
      getController in class RestAddressableModel
    • getLabel

      public String getLabel()
    • setLabel

      public void setLabel(String label)
    • getFilterValue

      public String getFilterValue()
    • setFilterValue

      public void setFilterValue(String filterValue)
    • getCount

      public long getCount()
    • setCount

      public void setCount(long count)
    • setAuthorityKey

      public void setAuthorityKey(String authorityKey)
    • getAuthorityKey

      public String getAuthorityKey()
    • setSortValue

      public void setSortValue(String sortValue)
    • getSortValue

      public String getSortValue()
    • getFilterType

      public String getFilterType()
    • setFilterType

      public void setFilterType(String filterType)