public class CompoundMapMeta extends Object
Constructor and Description |
---|
CompoundMapMeta() |
Modifier and Type | Method and Description |
---|---|
String |
getAlgorithm() |
String |
getAuthor() |
Date |
getCreationDate() |
Boolean |
getCustom() |
Date |
getDataGenerationTime() |
Boolean |
getGis() |
Integer |
getImageCount() |
String |
getLayerId() |
String |
getLayerUrl() |
String |
getMapType() |
Integer |
getResourceId() |
List<String> |
getSpeciesList() |
String |
getTitle() |
void |
setAlgorithm(String algorithm) |
void |
setAuthor(String author) |
void |
setCreationDate(Date creationDate) |
void |
setCustom(Boolean custom) |
void |
setDataGenerationTime(Date dataGenerationTime) |
void |
setGis(Boolean gis) |
void |
setImageCount(Integer imageCount) |
void |
setLayerId(String layerId) |
void |
setLayerUrl(String layerUrl) |
void |
setMapType(String mapType) |
void |
setResourceId(Integer resourceId) |
void |
setSpeciesList(List<String> speciesList) |
void |
setTitle(String title) |
public String getTitle()
public void setTitle(String title)
title
- the title to setpublic String getAuthor()
public void setAuthor(String author)
author
- the author to setpublic String getMapType()
public void setMapType(String mapType)
mapType
- the mapType to setpublic Integer getImageCount()
public void setImageCount(Integer imageCount)
imageCount
- the imageCount to setpublic Boolean getGis()
public void setGis(Boolean gis)
gis
- the gis to setpublic Boolean getCustom()
public void setCustom(Boolean custom)
custom
- the custom to setpublic Date getCreationDate()
public void setCreationDate(Date creationDate)
creationDate
- the creationDate to setpublic Integer getResourceId()
public void setResourceId(Integer resourceId)
resourceId
- the resourceId to setpublic String getAlgorithm()
public void setAlgorithm(String algorithm)
algorithm
- the algorithm to setpublic Date getDataGenerationTime()
public void setDataGenerationTime(Date dataGenerationTime)
dataGenerationTime
- the dataGenerationTime to setpublic String getLayerUrl()
public void setLayerUrl(String layerUrl)
layerUrl
- the layerUrl to setpublic String getLayerId()
public void setLayerId(String layerId)
layerId
- the layerId to setCopyright © 2016. All Rights Reserved.