org.gcube.application.aquamaps.aquamapsportlet.client.rpc.data
Class ClientEnvelope
java.lang.Object
org.gcube.application.aquamaps.aquamapsportlet.client.rpc.data.ClientEnvelope
- All Implemented Interfaces:
- com.google.gwt.user.client.rpc.IsSerializable
public class ClientEnvelope
- extends Object
- implements com.google.gwt.user.client.rpc.IsSerializable
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClientEnvelope
public ClientEnvelope()
isUseFaoAreas
public boolean isUseFaoAreas()
- Returns:
- the useFaoAreas
setUseFaoAreas
public void setUseFaoAreas(boolean useFaoAreas)
- Parameters:
useFaoAreas
- the useFaoAreas to set
isUseBoundingBox
public boolean isUseBoundingBox()
- Returns:
- the useBoundingBox
setUseBoundingBox
public void setUseBoundingBox(boolean useBoundingBox)
- Parameters:
useBoundingBox
- the useBoundingBox to set
isUseBottomSeaTempAndSalinity
public boolean isUseBottomSeaTempAndSalinity()
- Returns:
- the useBottomSeaTempAndSalinity
setUseBottomSeaTempAndSalinity
public void setUseBottomSeaTempAndSalinity(boolean useBottomSeaTempAndSalinity)
- Parameters:
useBottomSeaTempAndSalinity
- the useBottomSeaTempAndSalinity to set
getFaoAreas
public String getFaoAreas()
- Returns:
- the faoAreas
setFaoAreas
public void setFaoAreas(String faoAreas)
- Parameters:
faoAreas
- the faoAreas to set
getBoundingBox
public BoundingBox getBoundingBox()
- Returns:
- the boundingBox
setBoundingBox
public void setBoundingBox(BoundingBox boundingBox)
- Parameters:
boundingBox
- the boundingBox to set
isPelagic
public boolean isPelagic()
- Returns:
- the pelagic
setPelagic
public void setPelagic(boolean pelagic)
- Parameters:
pelagic
- the pelagic to set
getValueNames
public Set<SpeciesFields> getValueNames(EnvelopeFieldsClient parameterName)
getValue
public Double getValue(EnvelopeFieldsClient parameterName,
SpeciesFields depthprefmax)
setValue
public void setValue(EnvelopeFieldsClient parameterName,
SpeciesFields valueName,
double d)
getMinValue
public Double getMinValue(EnvelopeFieldsClient parameter)
getMinName
public static SpeciesFields getMinName(EnvelopeFieldsClient parameter)
getMaxValue
public Double getMaxValue(EnvelopeFieldsClient parameter)
getMaxName
public static SpeciesFields getMaxName(EnvelopeFieldsClient parameter)
getPrefMinValue
public Double getPrefMinValue(EnvelopeFieldsClient parameter)
getPrefMinName
public static SpeciesFields getPrefMinName(EnvelopeFieldsClient parameter)
getPrefMaxValue
public Double getPrefMaxValue(EnvelopeFieldsClient parameter)
getPrefMaxName
public static SpeciesFields getPrefMaxName(EnvelopeFieldsClient parameter)
setUseMeanDepth
public void setUseMeanDepth(boolean useMeanDepth)
isUseMeanDepth
public boolean isUseMeanDepth()
setSpeciesId
public void setSpeciesId(String speciesId)
getSpeciesId
public String getSpeciesId()
Copyright © 2013. All Rights Reserved.