Package org.dspace.app.rest.model
Class BrowseEntryRest
java.lang.Object
org.dspace.app.rest.model.BrowseEntryRest
- All Implemented Interfaces:
Serializable,RestModel
The Browse Entry REST Resource
- Author:
- Andrea Bollini (andrea.bollini at 4science.it)
- See Also:
-
Field Summary
FieldsFields inherited from interface org.dspace.app.rest.model.RestModel
AUTHENTICATION, AUTHORIZATION, CONFIGURATION, CONTENT_REPORT, CORE, DISCOVER, DUPLICATES, EPERSON, INTEGRATION, LDN, PID, ROOT, STATISTICS, SUBMISSION, SYSTEM, TOOLS, VERSIONING, WORKFLOW -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlonggetCount()getType()getValue()voidsetAuthority(String authority) voidsetBrowseIndex(BrowseIndexRest browseIndex) voidsetCount(long count) voidvoidsetValueLang(String valueLang)
-
Field Details
-
NAME
- See Also:
-
PLURAL_NAME
- See Also:
-
-
Constructor Details
-
BrowseEntryRest
public BrowseEntryRest()
-
-
Method Details
-
getAuthority
-
setAuthority
-
getValue
-
setValue
-
getValueLang
-
setValueLang
-
getCount
public long getCount() -
setCount
public void setCount(long count) -
getBrowseIndex
-
setBrowseIndex
-
getType
-
getTypePlural
- Specified by:
getTypePluralin interfaceRestModel
-