org.n52.operation.cropmodeling
Class GrowthParameters
java.lang.Object
org.n52.operation.cropmodeling.GrowthParameters
public class GrowthParameters
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GrowthParameters
public GrowthParameters()
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.