org.gcube.application.aquamaps.aquamapsservice.stubs.datamodel.enhanced
Class AquaMap

java.lang.Object
  extended by org.gcube.application.aquamaps.aquamapsservice.stubs.datamodel.enhanced.AquaMap

public class AquaMap
extends Object


Constructor Summary
AquaMap()
           
AquaMap(org.gcube_system.namespaces.application.aquamaps.types.Map toLoad)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getAuthor()
           
 String getCoverage()
           
 Long getCreationDate()
           
 ArrayList<File> getFiles()
           
 String getFileSetId()
           
 LayerInfo getLayer()
           
 String getLayerId()
           
 ObjectType getMapType()
           
 Resource getResource()
           
 String getSpeciesCsvList()
           
 String getTitle()
           
 int hashCode()
           
 Boolean isCustom()
           
 boolean isGis()
           
static List<AquaMap> load(org.gcube_system.namespaces.application.aquamaps.types.MapArray toLoad)
           
 void setAuthor(String author)
           
 void setCoverage(String coverage)
           
 void setCreationDate(Long creationDate)
           
 void setCustom(Boolean custom)
           
 void setFiles(ArrayList<File> files)
           
 void setFileSetId(String fileSetId)
           
 void setGis(boolean gis)
           
 void setLayer(LayerInfo layer)
           
 void setLayerId(String layerId)
           
 void setMapType(ObjectType mapType)
           
 void setResource(Resource resource)
           
 void setSpeciesCsvList(String speciesCsvList)
           
 void setTitle(String title)
           
 String toString()
           
 org.gcube_system.namespaces.application.aquamaps.types.Map toStubsVersion()
           
static org.gcube_system.namespaces.application.aquamaps.types.MapArray toStubsVersion(Collection<AquaMap> toConvert)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AquaMap

public AquaMap()

AquaMap

public AquaMap(org.gcube_system.namespaces.application.aquamaps.types.Map toLoad)
Method Detail

toStubsVersion

public org.gcube_system.namespaces.application.aquamaps.types.Map toStubsVersion()
                                                                          throws JSONException
Throws:
JSONException

toStubsVersion

public static org.gcube_system.namespaces.application.aquamaps.types.MapArray toStubsVersion(Collection<AquaMap> toConvert)
                                                                                      throws JSONException
Throws:
JSONException

load

public static List<AquaMap> load(org.gcube_system.namespaces.application.aquamaps.types.MapArray toLoad)

getLayer

public LayerInfo getLayer()

setLayer

public void setLayer(LayerInfo layer)

isGis

public boolean isGis()

setGis

public void setGis(boolean gis)

getTitle

public String getTitle()

setTitle

public void setTitle(String title)

getMapType

public ObjectType getMapType()

setMapType

public void setMapType(ObjectType mapType)

getFiles

public ArrayList<File> getFiles()

setFiles

public void setFiles(ArrayList<File> files)

getResource

public Resource getResource()

isCustom

public Boolean isCustom()

setCustom

public void setCustom(Boolean custom)

setResource

public void setResource(Resource resource)

getCoverage

public String getCoverage()

setCoverage

public void setCoverage(String coverage)

getCreationDate

public Long getCreationDate()

setCreationDate

public void setCreationDate(Long creationDate)

getAuthor

public String getAuthor()

setAuthor

public void setAuthor(String author)

getFileSetId

public String getFileSetId()

setFileSetId

public void setFileSetId(String fileSetId)

getLayerId

public String getLayerId()

setLayerId

public void setLayerId(String layerId)

getSpeciesCsvList

public String getSpeciesCsvList()

setSpeciesCsvList

public void setSpeciesCsvList(String speciesCsvList)

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013. All Rights Reserved.