org.apache.myfaces.tobago.example.demo.model.solar
Class Planet
java.lang.Object
org.apache.myfaces.tobago.example.demo.model.solar.Planet
public class Planet
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MERCURY
public static final Planet MERCURY
VENUS
public static final Planet VENUS
EARTH
public static final Planet EARTH
MARS
public static final Planet MARS
Planet
public Planet(Planet planet)
Planet
public Planet(String diameter,
String mass,
String sunDistance,
String timeOfCirculation,
List moons)
getDiameter
public String getDiameter()
setDiameter
public void setDiameter(String diameter)
getMass
public String getMass()
setMass
public void setMass(String mass)
getSunDistance
public String getSunDistance()
setSunDistance
public void setSunDistance(String sunDistance)
getTimeOfCirculation
public String getTimeOfCirculation()
setTimeOfCirculation
public void setTimeOfCirculation(String timeOfCirculation)
getMoons
public List getMoons()
setMoons
public void setMoons(List moons)
Copyright © 2002-2009 Apache Software Foundation. All Rights Reserved.