Package org.dspace.app.rest.model
Class VocabularyEntryRest
- java.lang.Object
-
- org.dspace.app.rest.model.VocabularyEntryRest
-
- All Implemented Interfaces:
Serializable,RestModel
public class VocabularyEntryRest extends Object implements RestModel
An entry in a Vocabulary- Author:
- Andrea Bollini (andrea.bollini at 4science.it)
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringNAME-
Fields inherited from interface org.dspace.app.rest.model.RestModel
AUTHENTICATION, AUTHORIZATION, CONFIGURATION, CORE, DISCOVER, EPERSON, INTEGRATION, ROOT, STATISTICS, SUBMISSION, SYSTEM, TOOLS, VERSIONING, WORKFLOW
-
-
Constructor Summary
Constructors Constructor Description VocabularyEntryRest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAuthority()StringgetDisplay()Map<String,String>getOtherInformation()StringgetType()StringgetValue()VocabularyEntryDetailsRestgetVocabularyEntryDetailsRest()voidsetAuthority(String authority)voidsetDisplay(String value)voidsetOtherInformation(Map<String,String> otherInformation)voidsetValue(String value)voidsetVocabularyEntryDetailsRest(VocabularyEntryDetailsRest vocabularyEntryDetailsRest)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.dspace.app.rest.model.RestModel
getTypePlural
-
-
-
-
Field Detail
-
NAME
public static final String NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getDisplay
public String getDisplay()
-
setDisplay
public void setDisplay(String value)
-
getValue
public String getValue()
-
setValue
public void setValue(String value)
-
setAuthority
public void setAuthority(String authority)
-
getAuthority
public String getAuthority()
-
setVocabularyEntryDetailsRest
public void setVocabularyEntryDetailsRest(VocabularyEntryDetailsRest vocabularyEntryDetailsRest)
-
getVocabularyEntryDetailsRest
public VocabularyEntryDetailsRest getVocabularyEntryDetailsRest()
-
-