org.gcube.application.aquamaps.aquamapsservice.stubs.fw.model
Class AquaMap

java.lang.Object
  extended by org.gcube.application.aquamaps.aquamapsservice.stubs.fw.model.AquaMap

public class AquaMap
extends Object


Constructor Summary
AquaMap()
           
 
Method Summary
 FileArray additionalFiles()
           
 void additionalFiles(FileArray additionalFiles)
           
 String algorithmType()
           
 void algorithmType(String algorithmType)
           
 String author()
           
 void author(String author)
           
 String boundingBox()
           
 void boundingBox(String boundingBox)
           
 long date()
           
 void date(long date)
           
 boolean gis()
           
 void gis(boolean gis)
           
 int id()
           
 void id(int id)
           
 FileArray images()
           
 void images(FileArray images)
           
 LayerArray layers()
           
 void layers(LayerArray layers)
           
 String name()
           
 void name(String name)
           
 SpeciesArray selectedSpecies()
           
 void selectedSpecies(SpeciesArray selectedSpecies)
           
 String status()
           
 void status(String status)
           
 float threshold()
           
 void threshold(float threshold)
           
 String toString()
           
 String type()
           
 void type(String type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AquaMap

public AquaMap()
Method Detail

boundingBox

public String boundingBox()
Returns:
the boundingBox

boundingBox

public void boundingBox(String boundingBox)
Parameters:
boundingBox - the boundingBox to set

name

public String name()
Returns:
the name

name

public void name(String name)
Parameters:
name - the name to set

author

public String author()
Returns:
the author

author

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

date

public long date()
Returns:
the date

date

public void date(long date)
Parameters:
date - the date to set

id

public int id()
Returns:
the id

id

public void id(int id)
Parameters:
id - the id to set

type

public String type()
Returns:
the type

type

public void type(String type)
Parameters:
type - the type to set

selectedSpecies

public SpeciesArray selectedSpecies()
Returns:
the selectedSpecies

selectedSpecies

public void selectedSpecies(SpeciesArray selectedSpecies)
Parameters:
selectedSpecies - the selectedSpecies to set

layers

public LayerArray layers()
Returns:
the layers

layers

public void layers(LayerArray layers)
Parameters:
layers - the layers to set

images

public FileArray images()
Returns:
the images

images

public void images(FileArray images)
Parameters:
images - the images to set

additionalFiles

public FileArray additionalFiles()
Returns:
the additionalFiles

additionalFiles

public void additionalFiles(FileArray additionalFiles)
Parameters:
additionalFiles - the additionalFiles to set

threshold

public float threshold()
Returns:
the threshold

threshold

public void threshold(float threshold)
Parameters:
threshold - the threshold to set

status

public String status()
Returns:
the status

status

public void status(String status)
Parameters:
status - the status to set

gis

public boolean gis()
Returns:
the gis

gis

public void gis(boolean gis)
Parameters:
gis - the gis to set

algorithmType

public String algorithmType()
Returns:
the algorithmType

algorithmType

public void algorithmType(String algorithmType)
Parameters:
algorithmType - the algorithmType to set

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2014. All Rights Reserved.