org.gcube.application.aquamaps.aquamapsspeciesview.client.rpc.data
Class CompoundMapItem
java.lang.Object
com.extjs.gxt.ui.client.data.BaseModelData
org.gcube.application.aquamaps.aquamapsspeciesview.client.rpc.data.CompoundMapItem
- All Implemented Interfaces:
- com.extjs.gxt.ui.client.data.ModelData, com.google.gwt.user.client.rpc.IsSerializable, Serializable
public class CompoundMapItem
- extends com.extjs.gxt.ui.client.data.BaseModelData
- implements com.google.gwt.user.client.rpc.IsSerializable
- See Also:
- Serialized Form
Fields inherited from class com.extjs.gxt.ui.client.data.BaseModelData |
allowNestedValues, map |
Constructor Summary |
CompoundMapItem()
|
CompoundMapItem(Integer imageCount,
Boolean gis,
String algorithm,
Long creationDate,
String fileSetId,
String layerId,
String csvImageList,
String thumbnail,
String title,
String type,
String csvSpeciesList,
String author,
String coverage,
Integer resourceId,
Long dataGenerationTime,
String layerUrl,
String LayerPreview,
Boolean custom)
|
CompoundMapItem(Map<String,Object> properties)
|
Methods inherited from class com.extjs.gxt.ui.client.data.BaseModelData |
get, get, getProperties, getPropertyNames, isAllowNestedValues, remove, set, setAllowNestedValues, setProperties |
IMAGE_COUNT
public static final String IMAGE_COUNT
- See Also:
- Constant Field Values
GIS
public static final String GIS
- See Also:
- Constant Field Values
ALGORITHM
public static final String ALGORITHM
- See Also:
- Constant Field Values
CREATION_DATE
public static final String CREATION_DATE
- See Also:
- Constant Field Values
FILESET_ID
public static final String FILESET_ID
- See Also:
- Constant Field Values
LAYER_ID
public static final String LAYER_ID
- See Also:
- Constant Field Values
IMAGE_LIST
public static final String IMAGE_LIST
- See Also:
- Constant Field Values
THUMBNAIL
public static final String THUMBNAIL
- See Also:
- Constant Field Values
TITLE
public static final String TITLE
- See Also:
- Constant Field Values
TYPE
public static final String TYPE
- See Also:
- Constant Field Values
SPECIES_LIST
public static final String SPECIES_LIST
- See Also:
- Constant Field Values
AUTHOR
public static final String AUTHOR
- See Also:
- Constant Field Values
COVERAGE
public static final String COVERAGE
- See Also:
- Constant Field Values
RESOURCE_ID
public static final String RESOURCE_ID
- See Also:
- Constant Field Values
DATA_GENERATION_TIME
public static final String DATA_GENERATION_TIME
- See Also:
- Constant Field Values
LAYER_URL
public static final String LAYER_URL
- See Also:
- Constant Field Values
LAYER_PREVIEW
public static final String LAYER_PREVIEW
- See Also:
- Constant Field Values
CUSTOM
public static final String CUSTOM
- See Also:
- Constant Field Values
CompoundMapItem
public CompoundMapItem()
CompoundMapItem
public CompoundMapItem(Integer imageCount,
Boolean gis,
String algorithm,
Long creationDate,
String fileSetId,
String layerId,
String csvImageList,
String thumbnail,
String title,
String type,
String csvSpeciesList,
String author,
String coverage,
Integer resourceId,
Long dataGenerationTime,
String layerUrl,
String LayerPreview,
Boolean custom)
CompoundMapItem
public CompoundMapItem(Map<String,Object> properties)
getImageCount
public Integer getImageCount()
setImageCount
public void setImageCount(Integer count)
isGis
public Boolean isGis()
setGis
public void setGis(Boolean gis)
isCustom
public Boolean isCustom()
setCustom
public void setCustom(Boolean custom)
getAlgorithm
public String getAlgorithm()
setAlgorithm
public void setAlgorithm(String algorithm)
getCreationDate
public Long getCreationDate()
setCreationDate
public void setCreationDate(Long date)
getFileSetId
public String getFileSetId()
setFileSetId
public void setFileSetId(String id)
getLayerId
public String getLayerId()
setLayerId
public void setLayerId(String id)
getImageList
public String getImageList()
setImageList
public void setImageList(String csvList)
getImageThumbNail
public String getImageThumbNail()
setImageThumbNail
public void setImageThumbNail(String url)
getTitle
public String getTitle()
setTitle
public void setTitle(String title)
getType
public String getType()
setType
public void setType(String type)
getSpeciesList
public String getSpeciesList()
setSpeciesList
public void setSpeciesList(String csvList)
getAuthor
public String getAuthor()
setAuthor
public void setAuthor(String author)
getCoverage
public String getCoverage()
setCoverage
public void setCoverage(String coverage)
getResourceId
public Integer getResourceId()
setResourceId
public void setResourceId(Integer id)
getDataGenerationTime
public Long getDataGenerationTime()
setDataGenerationTime
public void setDataGenerationTime(Long time)
getLayerUrl
public String getLayerUrl()
setLayerUrl
public void setLayerUrl(String url)
getLayerPreview
public String getLayerPreview()
setLayerPreview
public void setLayerPreview(String previewUri)
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2013. All Rights Reserved.