org.n52.operation.cropmodeling
Class GrowthParameters

java.lang.Object
  extended by org.n52.operation.cropmodeling.GrowthParameters

public class GrowthParameters
extends java.lang.Object


Constructor Summary
GrowthParameters()
           
 
Method Summary
 double getBeginSimulationPeriod()
           
 java.lang.String getCrop()
           
 java.lang.String getCropDataSource()
           
 java.lang.String getCropDataSourceType()
           
 double getEndSimulationPeriod()
           
 double getJulianHours()
           
 java.lang.String getSpatialDataSource()
           
 java.lang.String getSpatialDataType()
           
 java.lang.String getWeatherDataSource()
           
 java.lang.String getWeatherDataSourceType()
           
 java.lang.String getWeatherMethod()
           
 int getYear()
           
 void setBeginSimulationPeriod(double beginSimulationPeriod)
           
 void setCrop(java.lang.String crop)
           
 void setCropDataSource(java.lang.String cropDataSource)
           
 void setCropDataSourceType(java.lang.String cropDataSourceType)
           
 void setEndSimulationPeriod(double endSimulationPeriod)
           
 void setJulianHours(double julianHours)
           
 void setSpatialDataSource(java.lang.String spatialDataSource)
           
 void setSpatialDataType(java.lang.String spatialDataType)
           
 void setWeatherDataSource(java.lang.String weatherDataSource)
           
 void setWeatherDataSourceType(java.lang.String weatherDataSourceType)
           
 void setWeatherMethod(java.lang.String weatherMethod)
           
 void setYear(int year)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GrowthParameters

public GrowthParameters()
Method Detail

getBeginSimulationPeriod

public double getBeginSimulationPeriod()
Returns:
Returns the beginSimulationPeriod.

setBeginSimulationPeriod

public void setBeginSimulationPeriod(double beginSimulationPeriod)
Parameters:
beginSimulationPeriod - The beginSimulationPeriod to set.

getCrop

public java.lang.String getCrop()
Returns:
Returns the crop.

setCrop

public void setCrop(java.lang.String crop)
Parameters:
crop - The crop to set.

getCropDataSource

public java.lang.String getCropDataSource()
Returns:
Returns the cropDataSource.

setCropDataSource

public void setCropDataSource(java.lang.String cropDataSource)
Parameters:
cropDataSource - The cropDataSource to set.

getCropDataSourceType

public java.lang.String getCropDataSourceType()
Returns:
Returns the cropDataSourceType.

setCropDataSourceType

public void setCropDataSourceType(java.lang.String cropDataSourceType)
Parameters:
cropDataSourceType - The cropDataSourceType to set.

getEndSimulationPeriod

public double getEndSimulationPeriod()
Returns:
Returns the endSimulationPeriod.

setEndSimulationPeriod

public void setEndSimulationPeriod(double endSimulationPeriod)
Parameters:
endSimulationPeriod - The endSimulationPeriod to set.

getJulianHours

public double getJulianHours()
Returns:
Returns the julianHours.

setJulianHours

public void setJulianHours(double julianHours)
Parameters:
julianHours - The julianHours to set.

getSpatialDataSource

public java.lang.String getSpatialDataSource()
Returns:
Returns the spatialDataSource.

setSpatialDataSource

public void setSpatialDataSource(java.lang.String spatialDataSource)
Parameters:
spatialDataSource - The spatialDataSource to set.

getSpatialDataType

public java.lang.String getSpatialDataType()
Returns:
Returns the spatialDataType.

setSpatialDataType

public void setSpatialDataType(java.lang.String spatialDataType)
Parameters:
spatialDataType - The spatialDataType to set.

getWeatherDataSource

public java.lang.String getWeatherDataSource()
Returns:
Returns the weatherDataSource.

setWeatherDataSource

public void setWeatherDataSource(java.lang.String weatherDataSource)
Parameters:
weatherDataSource - The weatherDataSource to set.

getWeatherDataSourceType

public java.lang.String getWeatherDataSourceType()
Returns:
Returns the weatherDataSourceType.

setWeatherDataSourceType

public void setWeatherDataSourceType(java.lang.String weatherDataSourceType)
Parameters:
weatherDataSourceType - The weatherDataSourceType to set.

getWeatherMethod

public java.lang.String getWeatherMethod()
Returns:
Returns the weatherMethod.

setWeatherMethod

public void setWeatherMethod(java.lang.String weatherMethod)
Parameters:
weatherMethod - The weatherMethod to set.

getYear

public int getYear()
Returns:
Returns the year.

setYear

public void setYear(int year)
Parameters:
year - The year to set.