Uses of Class
com.webalgorithm.weather.vo.WindVO

Packages that use WindVO
com.webalgorithm.weather.vo   
 

Uses of WindVO in com.webalgorithm.weather.vo
 

Fields in com.webalgorithm.weather.vo declared as WindVO
private  com.webalgorithm.weather.vo.WindVO CurrentConditionsVO.wind
          Wind
private  com.webalgorithm.weather.vo.WindVO PartVO.wind
          Wind information
 

Methods in com.webalgorithm.weather.vo that return WindVO
 com.webalgorithm.weather.vo.WindVO CurrentConditionsVO.getWind()
           
 com.webalgorithm.weather.vo.WindVO PartVO.getWind()
           
 

Methods in com.webalgorithm.weather.vo with parameters of type WindVO
 void CurrentConditionsVO.setWind(com.webalgorithm.weather.vo.WindVO wind)
           
 void PartVO.setWind(com.webalgorithm.weather.vo.WindVO wind)
           
 



Copyright © 2003 WebAlgorithm, Inc All Rights Reserved.