public class ClientObject extends Object implements com.google.gwt.user.client.rpc.IsSerializable
Constructor and Description |
---|
ClientObject() |
Modifier and Type | Method and Description |
---|---|
String |
getAlgorithmType() |
String |
getAuthor() |
BoundingBox |
getBoundingBox() |
Boolean |
getGis() |
Integer |
getId() |
Map<String,String> |
getImages() |
String |
getLayerName() |
String |
getLayerUrl() |
String |
getLocalBasePath() |
String |
getName() |
ClientField |
getSelectedSpecies() |
Float |
getThreshold() |
ClientObjectType |
getType() |
void |
setAlgorithmType(String algorithmType) |
void |
setAuthor(String author) |
void |
setBoundingBox(BoundingBox boundingBox) |
void |
setGis(Boolean gis) |
void |
setId(Integer id) |
void |
setImages(Map<String,String> images) |
void |
setLayerName(String layerName) |
void |
setLayerUrl(String layerUrl) |
void |
setLocalBasePath(String localBasePath) |
void |
setName(String name) |
void |
setSelectedSpecies(ClientField selectedSpecies) |
void |
setThreshold(Float threshold) |
void |
setType(ClientObjectType type) |
public void setAlgorithmType(String algorithmType)
public String getAlgorithmType()
public String getLocalBasePath()
public void setLocalBasePath(String localBasePath)
public void setLayerName(String layerName)
public void setLayerUrl(String layerUrl)
public String getLayerName()
public String getLayerUrl()
public String getName()
public void setName(String name)
public String getAuthor()
public void setAuthor(String author)
public Integer getId()
public void setId(Integer id)
public ClientObjectType getType()
public void setType(ClientObjectType type)
public Boolean getGis()
public void setGis(Boolean gis)
public Float getThreshold()
public void setThreshold(Float threshold)
public void setBoundingBox(BoundingBox boundingBox)
public BoundingBox getBoundingBox()
public void setSelectedSpecies(ClientField selectedSpecies)
public ClientField getSelectedSpecies()
Copyright © 2016. All Rights Reserved.