|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.syndication.feed.module.yahooweather.types.Wind
public class Wind
Units for various aspects of the forecast. Attributes:
Constructor Summary | |
---|---|
Wind()
Simple Constructor |
|
Wind(int chill,
int direction,
int speed)
Constructs a new Wind object |
Method Summary | |
---|---|
java.lang.Object |
clone()
|
boolean |
equals(java.lang.Object o)
|
int |
getChill()
Wind chill adjusted temperature. |
int |
getDirection()
Direction of wind in degrees |
int |
getSpeed()
Speed of wind |
int |
hashCode()
|
void |
setChill(int chill)
Wind chill adjusted temperature. |
void |
setDirection(int direction)
Direction of wind in degrees |
void |
setSpeed(int speed)
Speed of wind |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Wind()
public Wind(int chill, int direction, int speed)
chill
- wind chill adjusted temperaturedirection
- direction of wind in degreesspeed
- speed of windMethod Detail |
---|
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
public int getChill()
Units
public void setChill(int chill)
chill
- int temperature valueUnits
public int getDirection()
public void setDirection(int direction)
direction
- int direction of wind.public int getSpeed()
Units
public void setSpeed(int speed)
speed
- int speed of windUnits
public java.lang.Object clone()
clone
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |