public class ResultsSet
extends java.lang.Object
Constructor and Description |
---|
ResultsSet() |
Modifier and Type | Method and Description |
---|---|
AggregatedResults |
getForestResults()
Method to get forest wood results.
|
AggregatedResults |
getLandscapeResults()
Method to get landscape wood results.
|
AggregatedResults |
getSrcResults()
Method to get SRC/field crop results.
|
void |
setForestResults(AggregatedResults forestResults)
Method to set forest wood results.
|
void |
setLandscapeResults(AggregatedResults landscapeResults)
Method to set landscape wood results.
|
void |
setSrcResults(AggregatedResults srcResults)
Method to set SRC/field crop results.
|
public AggregatedResults getForestResults()
public void setForestResults(AggregatedResults forestResults)
forestResults
- Aggregated results of forest woodpublic AggregatedResults getLandscapeResults()
public void setLandscapeResults(AggregatedResults landscapeResults)
landscapeResults
- Aggregated results of landscape woodpublic AggregatedResults getSrcResults()
public void setSrcResults(AggregatedResults srcResults)
srcResults
- Aggregated results of SRC/field crops