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 String getId()
public void setId(String id)
public String getLabel()
public void setLabel(String label)
public String getParent()
public void setParent(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 © 2011 Nuxeo SA. All Rights Reserved.