public class VocabularyEntry extends Object implements org.osivia.portal.api.cache.services.IGlobalParameters
| Constructor and Description |
|---|
VocabularyEntry(String id,
String label)
Instantiates a new vocabulary entry.
|
| Modifier and Type | Method and Description |
|---|---|
VocabularyEntry |
getChild(String childId)
Gets the child.
|
Map<String,VocabularyEntry> |
getChildren()
Gets the children.
|
String |
getId()
Gets the id.
|
String |
getLabel()
Gets the label.
|
public String getLabel()
public String getId()
public Map<String,VocabularyEntry> getChildren()
public VocabularyEntry getChild(String childId)
childId - the child idCopyright © 2019. All rights reserved.