|
||||||||||
| 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 wind| Method Detail |
|---|
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Objectpublic int getChill()
Unitspublic void setChill(int chill)
chill - int temperature valueUnitspublic int getDirection()
public void setDirection(int direction)
direction - int direction of wind.public int getSpeed()
Unitspublic void setSpeed(int speed)
speed - int speed of windUnitspublic 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 | |||||||||