org.gcube.application.aquamaps.aquamapsspeciesview.servlet.utils
Class CompoundMapMeta

java.lang.Object
  extended by org.gcube.application.aquamaps.aquamapsspeciesview.servlet.utils.CompoundMapMeta

public class CompoundMapMeta
extends Object


Constructor Summary
CompoundMapMeta()
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompoundMapMeta

public CompoundMapMeta()
Method Detail

getTitle

public String getTitle()
Returns:
the title

setTitle

public void setTitle(String title)
Parameters:
title - the title to set

getAuthor

public String getAuthor()
Returns:
the author

setAuthor

public void setAuthor(String author)
Parameters:
author - the author to set

getMapType

public String getMapType()
Returns:
the mapType

setMapType

public void setMapType(String mapType)
Parameters:
mapType - the mapType to set

getImageCount

public Integer getImageCount()
Returns:
the imageCount

setImageCount

public void setImageCount(Integer imageCount)
Parameters:
imageCount - the imageCount to set

getGis

public Boolean getGis()
Returns:
the gis

setGis

public void setGis(Boolean gis)
Parameters:
gis - the gis to set

getCustom

public Boolean getCustom()
Returns:
the custom

setCustom

public void setCustom(Boolean custom)
Parameters:
custom - the custom to set

getCreationDate

public Date getCreationDate()
Returns:
the creationDate

setCreationDate

public void setCreationDate(Date creationDate)
Parameters:
creationDate - the creationDate to set

getResourceId

public Integer getResourceId()
Returns:
the resourceId

setResourceId

public void setResourceId(Integer resourceId)
Parameters:
resourceId - the resourceId to set

getAlgorithm

public String getAlgorithm()
Returns:
the algorithm

setAlgorithm

public void setAlgorithm(String algorithm)
Parameters:
algorithm - the algorithm to set

getDataGenerationTime

public Date getDataGenerationTime()
Returns:
the dataGenerationTime

setDataGenerationTime

public void setDataGenerationTime(Date dataGenerationTime)
Parameters:
dataGenerationTime - the dataGenerationTime to set

getLayerUrl

public String getLayerUrl()
Returns:
the layerUrl

setLayerUrl

public void setLayerUrl(String layerUrl)
Parameters:
layerUrl - the layerUrl to set

getLayerId

public String getLayerId()
Returns:
the layerId

setLayerId

public void setLayerId(String layerId)
Parameters:
layerId - the layerId to set

getSpeciesList

public List<String> getSpeciesList()
Returns:
the speciesList

setSpeciesList

public void setSpeciesList(List<String> speciesList)
Parameters:
speciesList - the speciesList to set


Copyright © 2013. All Rights Reserved.