Class BrowseEntryRest

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

public class BrowseEntryRest extends Object implements RestModel
The Browse Entry REST Resource
Author:
Andrea Bollini (andrea.bollini at 4science.it)
See Also:
  • Field Details

  • Constructor Details

    • BrowseEntryRest

      public BrowseEntryRest()
  • Method Details

    • getAuthority

      public String getAuthority()
    • setAuthority

      public void setAuthority(String authority)
    • getValue

      public String getValue()
    • setValue

      public void setValue(String value)
    • getValueLang

      public String getValueLang()
    • setValueLang

      public void setValueLang(String valueLang)
    • getCount

      public long getCount()
    • setCount

      public void setCount(long count)
    • getBrowseIndex

      public BrowseIndexRest getBrowseIndex()
    • setBrowseIndex

      public void setBrowseIndex(BrowseIndexRest browseIndex)
    • getType

      public String getType()
      Specified by:
      getType in interface RestModel
    • getTypePlural

      public String getTypePlural()
      Specified by:
      getTypePlural in interface RestModel