public class GetMapResultRequest extends Object implements CoserRequest, CoserRequestFacadeAware, CoserRequestZoneAware, CoserRequestSpeciesAware
| Modifier and Type | Field and Description |
|---|---|
protected String |
facade |
static String |
NULL_SPECIES
Used to have map with no species, we prefer to keep a not null value
to still make request consistent.
|
protected String |
species |
protected String |
zone |
| Constructor and Description |
|---|
GetMapResultRequest() |
public static final String NULL_SPECIES
protected String facade
protected String zone
protected String species
public boolean isFilled()
CoserRequestisFilled in interface CoserRequesttrue if all mandatory fields of the request
are filled, false otherwisepublic String getFacade()
getFacade in interface CoserRequestFacadeAwarepublic void setFacade(String facade)
setFacade in interface CoserRequestFacadeAwarepublic String getZone()
getZone in interface CoserRequestZoneAwarepublic void setZone(String zone)
setZone in interface CoserRequestZoneAwarepublic String getSpecies()
getSpecies in interface CoserRequestSpeciesAwarepublic void setSpecies(String species)
setSpecies in interface CoserRequestSpeciesAwareCopyright © 2010–2015 Ifremer. All rights reserved.