| Constructor and Description |
|---|
TaxonomyElement() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getTaxonomyGroup()
The name of the taxonomy group
|
java.util.List<Taxonomy> |
getValue()
The value of Taxonomy elements is a list of
Taxonomy item objects. |
int |
hashCode() |
void |
setTaxonomyGroup(java.lang.String taxonomyGroup)
The name of the taxonomy group
|
void |
setValue(java.util.List<Taxonomy> value)
The value of Taxonomy elements is a list of
Taxonomy item objects. |
java.lang.String |
toString() |
getCodeName, getName, getParent, getType, setCodeName, setName, setParent, setTypepublic java.lang.String getTaxonomyGroup()
public java.util.List<Taxonomy> getValue()
Taxonomy item objects.public void setTaxonomyGroup(java.lang.String taxonomyGroup)
taxonomyGroup - Sets the taxonomyGroup of this.public void setValue(java.util.List<Taxonomy> value)
Taxonomy item objects.value - Sets the value of this.public java.lang.String toString()
public boolean equals(java.lang.Object o)
protected boolean canEqual(java.lang.Object other)