org.gcube.application.aquamaps.aquamapsservice.stubs.fw.model
Class Map
java.lang.Object
org.gcube.application.aquamaps.aquamapsservice.stubs.fw.model.Map
public class Map
- extends Object
|
Constructor Summary |
Map()
|
Map(LayerInfoType gisLayer,
boolean gis,
String title,
String mapType,
FileArray staticImages,
Resource resource,
String coverage,
long creationDate,
String author,
String fileSetId,
String layerId,
String speciesListCSV,
boolean custom)
|
Map
public Map()
Map
public Map(LayerInfoType gisLayer,
boolean gis,
String title,
String mapType,
FileArray staticImages,
Resource resource,
String coverage,
long creationDate,
String author,
String fileSetId,
String layerId,
String speciesListCSV,
boolean custom)
gisLayer
public LayerInfoType gisLayer()
- Returns:
- the gisLayer
gisLayer
public void gisLayer(LayerInfoType gisLayer)
- Parameters:
gisLayer - the gisLayer to set
gis
public boolean gis()
- Returns:
- the gis
gis
public void gis(boolean gis)
- Parameters:
gis - the gis to set
title
public String title()
- Returns:
- the title
title
public void title(String title)
- Parameters:
title - the title to set
mapType
public String mapType()
- Returns:
- the mapType
mapType
public void mapType(String mapType)
- Parameters:
mapType - the mapType to set
staticImages
public FileArray staticImages()
- Returns:
- the staticImages
staticImages
public void staticImages(FileArray staticImages)
- Parameters:
staticImages - the staticImages to set
resource
public Resource resource()
- Returns:
- the resource
resource
public void resource(Resource resource)
- Parameters:
resource - the resource to set
coverage
public String coverage()
- Returns:
- the coverage
coverage
public void coverage(String coverage)
- Parameters:
coverage - the coverage to set
creationDate
public long creationDate()
- Returns:
- the creationDate
creationDate
public void creationDate(long creationDate)
- Parameters:
creationDate - the creationDate to set
author
public String author()
- Returns:
- the author
author
public void author(String author)
- Parameters:
author - the author to set
fileSetId
public String fileSetId()
- Returns:
- the fileSetId
fileSetId
public void fileSetId(String fileSetId)
- Parameters:
fileSetId - the fileSetId to set
layerId
public String layerId()
- Returns:
- the layerId
layerId
public void layerId(String layerId)
- Parameters:
layerId - the layerId to set
speciesListCSV
public String speciesListCSV()
- Returns:
- the speciesListCSV
speciesListCSV
public void speciesListCSV(String speciesListCSV)
- Parameters:
speciesListCSV - the speciesListCSV to set
custom
public boolean custom()
- Returns:
- the custom
custom
public void custom(boolean custom)
- Parameters:
custom - the custom to set
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2014. All Rights Reserved.