BodyType.Field| Constructor and Description |
|---|
BodyTypeImpl() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBuild()
The build of the person's body, specified as a string.
|
String |
getEyeColor()
The eye color of the person, specified as a string.
|
String |
getHairColor()
The hair color of the person, specified as a string.
|
Float |
getHeight()
The height of the person in meters, specified as a number.
|
Float |
getWeight()
The weight of the person in kilograms, specified as a number.
|
void |
setBuild(String build)
The build of the person's body, specified as a string.
|
void |
setEyeColor(String eyeColor)
The eye color of the person, specified as a string.
|
void |
setHairColor(String hairColor)
The hair color of the person, specified as a string.
|
void |
setHeight(Float height)
The height of the person in meters, specified as a number.
|
void |
setWeight(Float weight)
The weight of the person in kilograms, specified as a number.
|
public String getBuild()
BodyTypepublic void setBuild(String build)
public String getEyeColor()
BodyTypegetEyeColor in interface BodyTypepublic void setEyeColor(String eyeColor)
setEyeColor in interface BodyTypeeyeColor - the eye color of the personpublic String getHairColor()
BodyTypegetHairColor in interface BodyTypepublic void setHairColor(String hairColor)
setHairColor in interface BodyTypehairColor - the hair color of the personpublic Float getHeight()
BodyTypepublic void setHeight(Float height)
public Float getWeight()
BodyTypeCopyright © 2007-2012. All Rights Reserved.