public class Trait extends GenericModel
Constructor and Description |
---|
Trait() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCategory()
Gets the category.
|
java.util.List<Trait> |
getChildren()
Gets the children.
|
java.lang.String |
getName()
Gets the name.
|
java.lang.Double |
getPercentile()
Gets the percentile.
|
java.lang.Double |
getRawScore()
Gets the rawScore.
|
java.lang.String |
getTraitId()
Gets the traitId.
|
void |
setCategory(java.lang.String category)
Sets the category.
|
void |
setChildren(java.util.List<Trait> children)
Sets the children.
|
void |
setName(java.lang.String name)
Sets the name.
|
void |
setPercentile(java.lang.Double percentile)
Sets the percentile.
|
void |
setRawScore(java.lang.Double rawScore)
Sets the rawScore.
|
void |
setTraitId(java.lang.String traitId)
Sets the traitId.
|
equals, hashCode, toString
public java.lang.String getTraitId()
public java.lang.String getName()
public java.lang.String getCategory()
public java.lang.Double getPercentile()
public java.lang.Double getRawScore()
public java.util.List<Trait> getChildren()
public void setTraitId(java.lang.String traitId)
traitId
- the new traitIdpublic void setName(java.lang.String name)
name
- the new namepublic void setCategory(java.lang.String category)
category
- the new categorypublic void setPercentile(java.lang.Double percentile)
percentile
- the new percentilepublic void setRawScore(java.lang.Double rawScore)
rawScore
- the new rawScorepublic void setChildren(java.util.List<Trait> children)
children
- the new children