public class TaxonomyGroup
extends java.lang.Object
| Constructor and Description |
|---|
TaxonomyGroup() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
System |
getSystem()
System attributes fo the taxonomy group.
|
java.util.List<Taxonomy> |
getTerms()
Taxonomy terms in this taxonomy group.
|
int |
hashCode() |
void |
setSystem(System system)
System attributes fo the taxonomy group.
|
void |
setTerms(java.util.List<Taxonomy> terms)
Taxonomy terms in this taxonomy group.
|
java.lang.String |
toString() |
public System getSystem()
public java.util.List<Taxonomy> getTerms()
public void setSystem(System system)
system - Sets the system of this.public void setTerms(java.util.List<Taxonomy> terms)
terms - Sets the taxonomy terms of this.public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectprotected boolean canEqual(java.lang.Object other)
public int hashCode()
hashCode in class java.lang.Object