|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.webalgorithm.weather.vo.WindVO
Description: Wind information
Copyright: Copyright (c) 2003
Company: WebAlgorithm, Inc
Field Summary | |
private java.lang.String |
description
Description of direction |
private java.lang.Integer |
direction
Direction in degrees |
private java.lang.Integer |
gust
Maximum wind gust speed |
private java.lang.Integer |
speed
wind speed |
Constructor Summary | |
WindVO()
|
Method Summary | |
java.lang.String |
getDescription()
|
java.lang.Integer |
getDirection()
|
java.lang.String |
getDisplayDescription()
Method generate a wind description for presentation. |
java.lang.Integer |
getGust()
|
java.lang.Integer |
getSpeed()
|
void |
setDescription(java.lang.String description)
|
void |
setDirection(java.lang.Integer direction)
|
void |
setGust(java.lang.Integer gust)
|
void |
setSpeed(java.lang.Integer speed)
|
java.lang.String |
toString()
This method is usefull for debugging, it returns a formatted wind information, which is easy to read |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
private java.lang.Integer direction
private java.lang.String description
private java.lang.Integer gust
private java.lang.Integer speed
Constructor Detail |
public WindVO()
Method Detail |
public java.lang.Integer getDirection()
public void setDirection(java.lang.Integer direction)
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
public java.lang.Integer getGust()
public void setGust(java.lang.Integer gust)
public java.lang.Integer getSpeed()
public void setSpeed(java.lang.Integer speed)
public java.lang.String getDisplayDescription()
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |