weather_service.weatherprovider.weatherdatamodel
Class Wind
java.lang.Object
weather_service.weatherprovider.weatherdatamodel.Wind
public class Wind
- extends java.lang.Object
Value Object bean for the Wind conditions.
Constructor Summary |
Wind()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Wind
public Wind()
getDirection
public java.lang.String getDirection()
setDirection
public void setDirection(java.lang.String description)
getDegrees
public java.lang.String getDegrees()
setDegrees
public void setDegrees(java.lang.String direction)
getGust
public java.lang.String getGust()
setGust
public void setGust(java.lang.String gust)
getSpeed
public java.lang.String getSpeed()
setSpeed
public void setSpeed(java.lang.String speed)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object