public class VocabularyEntry extends Object implements Serializable
| Constructor and Description |
|---|
VocabularyEntry(String id,
String label) |
VocabularyEntry(String id,
String label,
String parent) |
| Modifier and Type | Method and Description |
|---|---|
String |
getId() |
String |
getLabel() |
Boolean |
getObsolete() |
Integer |
getOrdering() |
String |
getParent() |
void |
setId(String id) |
void |
setLabel(String label) |
void |
setObsolete(Boolean obsolete) |
void |
setOrdering(Integer ordering)
This method sets the vocabulary entry order.
|
void |
setParent(String parent) |
public VocabularyEntry(String id, String label)
public VocabularyEntry(String id, String label, String parent)
public Boolean getObsolete()
public void setObsolete(Boolean obsolete)
obsolete - The obsolete to set.public Integer getOrdering()
public void setOrdering(Integer ordering)
ordering - The order to set.Copyright © 2019 Nuxeo. All rights reserved.