mysql
Class WeatherSql.Radar

java.lang.Object
  extended by mysql.WeatherSql.Radar
Enclosing class:
WeatherSql

public static class WeatherSql.Radar
extends Object


Field Summary
 Date at
           
 boolean good
           
 Map<String,Double> sensors
           
 
Constructor Summary
WeatherSql.Radar()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

good

public boolean good

at

public Date at

sensors

public Map<String,Double> sensors
Constructor Detail

WeatherSql.Radar

public WeatherSql.Radar()