Page 663 - 2
P. 663
public WeatherInfo(String weather_Name, String weather_Number, String weather_Much,
String weather_Type, String wind_Direction, String wind_SortNumber,
String wind_SortCode, String wind_Speed, String wind_Name,
String temp_Min, String temp_Max, String humidity,
String clouds_Value, String clouds_Sort, String clouds_Per,String weather_
Day)
{
this.weather_Name = weather_Name;
this.weather_Number = weather_Number;
this.weather_Much = weather_Much;
this.weather_Type = weather_Type;
this.wind_Direction = wind_Direction;
this.wind_SortNumber = wind_SortNumber;
this.wind_SortCode = wind_SortCode;
this.wind_Speed = wind_Speed;
if(wind_Name.equals("")) this.wind_Name = "No Info";
else this.wind_Name = wind_Name;
this.temp_Min = temp_Min;
this.temp_Max = temp_Max;
this.humidity = humidity;
this.clouds_Value = clouds_Value;
this.clouds_Sort = clouds_Sort;
this.clouds_Per = clouds_Per;
this.weather_Day = weather_Day;
}
public String getWeather_Name() {
return weather_Name;
}
public String getWind_Speed() {
return wind_Speed;
}
public String getWind_Name() {
return wind_Name;
}
public String getTemp_Min() {
return temp_Min;
- 663 -