public class VocabularySelect2Portlet.Configuration extends Object
| Constructor and Description |
|---|
Configuration()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Getter for id.
|
String |
getLabel()
Getter for label.
|
String |
getVocabulary()
Getter for vocabulary.
|
boolean |
isMonoValued()
Getter for monoValued.
|
void |
setId(String id)
Setter for id.
|
void |
setLabel(String label)
Setter for label.
|
void |
setMonoValued(boolean monoValued)
Setter for monoValued.
|
void |
setVocabulary(String vocabulary)
Setter for vocabulary.
|
public String getLabel()
public void setLabel(String label)
label - the label to setpublic String getId()
public void setId(String id)
id - the id to setpublic String getVocabulary()
public void setVocabulary(String vocabulary)
vocabulary - the vocabulary to setpublic boolean isMonoValued()
public void setMonoValued(boolean monoValued)
monoValued - the monoValued to setCopyright © 2023. All rights reserved.