|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BodyType
Base interface for all body type objects. see http://www.opensocial.org/Technical-Resources/opensocial-spec-v081/opensocial-reference#opensocial.Person.Field.BODY_TYPE
| Nested Class Summary | |
|---|---|
static class |
BodyType.Field
The fields that represent the person object in serialized form. |
| Method Summary | |
|---|---|
java.lang.String |
getBuild()
The build of the person's body, specified as a string. |
java.lang.String |
getEyeColor()
The eye color of the person, specified as a string. |
java.lang.String |
getHairColor()
The hair color of the person, specified as a string. |
java.lang.Float |
getHeight()
The height of the person in meters, specified as a number. |
java.lang.Float |
getWeight()
The weight of the person in kilograms, specified as a number. |
void |
setBuild(java.lang.String build)
The build of the person's body, specified as a string. |
void |
setEyeColor(java.lang.String eyeColor)
The eye color of the person, specified as a string. |
void |
setHairColor(java.lang.String hairColor)
The hair color of the person, specified as a string. |
void |
setHeight(java.lang.Float height)
The height of the person in meters, specified as a number. |
void |
setWeight(java.lang.Float weight)
The weight of the person in kilograms, specified as a number. |
| Method Detail |
|---|
java.lang.String getBuild()
void setBuild(java.lang.String build)
build - the build of the person's bodyjava.lang.String getEyeColor()
void setEyeColor(java.lang.String eyeColor)
eyeColor - the eye color of the personjava.lang.String getHairColor()
void setHairColor(java.lang.String hairColor)
hairColor - the hair color of the personjava.lang.Float getHeight()
void setHeight(java.lang.Float height)
height - the height of the person in metersjava.lang.Float getWeight()
void setWeight(java.lang.Float weight)
weight - weight of the person in kilograms
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||