com.webalgorithm.weather.vo
Class ResultVO

java.lang.Object
  |
  +--com.webalgorithm.weather.vo.ResultVO
All Implemented Interfaces:
java.io.Serializable

public class ResultVO
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
private  com.webalgorithm.weather.vo.ErrorsVO errors
           
private  com.webalgorithm.weather.vo.WeatherVO weather
           
 
Constructor Summary
ResultVO()
           
 
Method Summary
 com.webalgorithm.weather.vo.ErrorsVO getErrors()
           
 com.webalgorithm.weather.vo.WeatherVO getWeather()
           
 void setErrors(com.webalgorithm.weather.vo.ErrorsVO errors)
           
 void setWeather(com.webalgorithm.weather.vo.WeatherVO weather)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

weather

private com.webalgorithm.weather.vo.WeatherVO weather

errors

private com.webalgorithm.weather.vo.ErrorsVO errors
Constructor Detail

ResultVO

public ResultVO()
Method Detail

getWeather

public com.webalgorithm.weather.vo.WeatherVO getWeather()

setWeather

public void setWeather(com.webalgorithm.weather.vo.WeatherVO weather)

getErrors

public com.webalgorithm.weather.vo.ErrorsVO getErrors()

setErrors

public void setErrors(com.webalgorithm.weather.vo.ErrorsVO errors)


Copyright © 2003 WebAlgorithm, Inc All Rights Reserved.