|
||||||||||
| 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 | |
|---|---|
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. |
| 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 java.lang.String getBuild()
BodyType
getBuild in interface BodyTypepublic void setBuild(java.lang.String build)
setBuild in interface BodyTypebuild - the build of the person's bodypublic java.lang.String getEyeColor()
BodyType
getEyeColor in interface BodyTypepublic void setEyeColor(java.lang.String eyeColor)
setEyeColor in interface BodyTypeeyeColor - the eye color of the personpublic java.lang.String getHairColor()
BodyType
getHairColor in interface BodyTypepublic void setHairColor(java.lang.String hairColor)
setHairColor in interface BodyTypehairColor - the hair color of the personpublic java.lang.Float getHeight()
BodyType
getHeight in interface BodyTypepublic void setHeight(java.lang.Float height)
setHeight in interface BodyTypeheight - the height of the person in meterspublic java.lang.Float getWeight()
BodyType
getWeight in interface BodyTypepublic void setWeight(java.lang.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 | |||||||||