public class ExtractRawDataAndResultsRequest extends Object implements CoserRequest, CoserRequestZoneListAware, CoserRequestExtractTypeListAware
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
communityIndicatorList |
protected File |
extractDirectory
Where to extract all data and graphs.
|
protected List<DataType> |
extractTypeList |
protected List<String> |
populationIndicatorList |
protected List<String> |
speciesList |
protected List<String> |
zoneList |
| Constructor and Description |
|---|
ExtractRawDataAndResultsRequest() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getCommunityIndicatorList() |
File |
getExtractDirectory() |
List<DataType> |
getExtractTypeList() |
List<String> |
getPopulationIndicatorList() |
List<String> |
getSpeciesList() |
List<String> |
getZoneList() |
boolean |
isFilled()
Is the request is filled to be consumed?
|
void |
setCommunityIndicatorList(List<String> communityIndicatorList) |
void |
setExtractDirectory(File extractDirectory) |
void |
setExtractTypeList(List<DataType> extractTypeSet) |
void |
setPopulationIndicatorList(List<String> populationIndicatorList) |
void |
setSpeciesList(List<String> speciesList) |
void |
setZoneList(List<String> zoneList) |
protected File extractDirectory
public boolean isFilled()
CoserRequestisFilled in interface CoserRequesttrue if all mandatory fields of the request
are filled, false otherwisepublic List<DataType> getExtractTypeList()
getExtractTypeList in interface CoserRequestExtractTypeListAwarepublic void setExtractTypeList(List<DataType> extractTypeSet)
setExtractTypeList in interface CoserRequestExtractTypeListAwarepublic List<String> getZoneList()
getZoneList in interface CoserRequestZoneListAwarepublic void setZoneList(List<String> zoneList)
setZoneList in interface CoserRequestZoneListAwarepublic void setPopulationIndicatorList(List<String> populationIndicatorList)
public void setCommunityIndicatorList(List<String> communityIndicatorList)
public void setExtractDirectory(File extractDirectory)
public File getExtractDirectory()
Copyright © 2010–2015 Ifremer. All rights reserved.