Class MetadataVocabulary
- java.lang.Object
-
- org.gcube.common.metadataprofilediscovery.jaxb.MetadataVocabulary
-
- All Implemented Interfaces:
Serializable
public class MetadataVocabulary extends Object implements Serializable
The Class MetadataVocabulary.- Author:
- Francesco Mangiacrapa francesco.mangiacrapa@isti.cnr.it Sep 12, 2016
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MetadataVocabulary()Instantiates a new metadata vocabulary.MetadataVocabulary(List<String> vocabularyFields)Instantiates a new metadata vocabulary.MetadataVocabulary(List<String> vocabularyField, Boolean isMultiSelection)Instantiates a new metadata vocabulary.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>getVocabularyField()Gets the vocabulary field.List<String>getVocabularyFields()Gets the vocabulary fields.BooleanisMultiSelection()Checks if is multi selection.voidsetIsMultiSelection(Boolean isMultiSelection)Sets the checks if is multi selection.voidsetVocabularyField(List<String> vocabularyField)Sets the vocabulary field.StringtoString()
-
-
-
Method Detail
-
getVocabularyFields
public List<String> getVocabularyFields()
Gets the vocabulary fields.- Returns:
- the vocabularyField
-
setVocabularyField
public void setVocabularyField(List<String> vocabularyField)
Sets the vocabulary field.- Parameters:
vocabularyField- the vocabularyField to set
-
getVocabularyField
public List<String> getVocabularyField()
Gets the vocabulary field.- Returns:
- the vocabularyField
-
isMultiSelection
public Boolean isMultiSelection()
Checks if is multi selection.- Returns:
- the isMultiSelection
-
setIsMultiSelection
public void setIsMultiSelection(Boolean isMultiSelection)
Sets the checks if is multi selection.- Parameters:
isMultiSelection- the isMultiSelection to set
-
-