|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.shindig.social.core.model.BodyTypeImpl
public class BodyTypeImpl
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.apache.shindig.social.opensocial.model.BodyType |
|---|
BodyType.Field |
| Constructor Summary | |
|---|---|
BodyTypeImpl()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BodyTypeImpl()
| Method Detail |
|---|
public String getBuild()
BodyType
getBuild in interface BodyTypepublic void setBuild(String build)
setBuild in interface BodyTypebuild - the build of the person's bodypublic String getEyeColor()
BodyType
getEyeColor in interface BodyTypepublic void setEyeColor(String eyeColor)
setEyeColor in interface BodyTypeeyeColor - the eye color of the personpublic String getHairColor()
BodyType
getHairColor in interface BodyTypepublic void setHairColor(String hairColor)
setHairColor in interface BodyTypehairColor - the hair color of the personpublic Float getHeight()
BodyType
getHeight in interface BodyTypepublic void setHeight(Float height)
setHeight in interface BodyTypeheight - the height of the person in meterspublic Float getWeight()
BodyType
getWeight in interface BodyTypepublic void setWeight(Float weight)
setWeight in interface BodyTypeweight - weight of the person in kilograms
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||