org.n52.operation.cropmodeling
Class GridDayWeatherData

java.lang.Object
  extended by org.n52.operation.cropmodeling.AttributeData
      extended by org.n52.operation.cropmodeling.DayWeatherData
          extended by org.n52.operation.cropmodeling.GridDayWeatherData

public class GridDayWeatherData
extends DayWeatherData

Placeholder for the daily data of grid based weather

Author:
Willem Nieuwenhuis

Field Summary
 
Fields inherited from class org.n52.operation.cropmodeling.DayWeatherData
time
 
Fields inherited from class org.n52.operation.cropmodeling.AttributeData
attributes, name
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class org.n52.operation.cropmodeling.DayWeatherData
setTime
 
Methods inherited from class org.n52.operation.cropmodeling.AttributeData
getAttributeData, getAttributes, getIndexedAttribute, setAttributeData
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object