JML

net.sf.jqql.beans
Class Weather

java.lang.Object
  extended by net.sf.jqql.beans.Weather

public class Weather
extends Object

weather info bean 天气情况数据Bean

Author:
luma
See Also:
WeatherOpReplyPacket

Field Summary
 int day
           
 int highTemperature
           
 String hint
           
 int lowTemperature
           
 int month
           
 String shortDesc
           
 int time
           
 String wind
           
 int year
           
 
Constructor Summary
Weather()
           
 
Method Summary
 void readBean(ByteBuffer buf)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

time

public int time

year

public int year

month

public int month

day

public int day

shortDesc

public String shortDesc

wind

public String wind

lowTemperature

public int lowTemperature

highTemperature

public int highTemperature

hint

public String hint
Constructor Detail

Weather

public Weather()
Method Detail

readBean

public void readBean(ByteBuffer buf)

JML