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

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

public class Job
extends Object


Constructor Summary
Job()
           
Job(String name, int id, AquaMapArray aquaMapList, String status, Resource hspec, Resource hspen, Resource hcaf, SpeciesArray selectedSpecies, PerturbationArray envelopeCustomization, AreasArray selectedAreas, EnvelopeWeightsArray weights, String author, long date, FileArray relatedResources, boolean gis, String groupId)
           
 
Method Summary
 AquaMapArray aquaMapList()
           
 void aquaMapList(AquaMapArray aquaMapList)
           
 String author()
           
 void author(String author)
           
 long date()
           
 void date(long date)
           
 PerturbationArray envelopeCustomization()
           
 void envelopeCustomization(PerturbationArray envelopeCustomization)
           
 boolean gis()
           
 void gis(boolean gis)
           
 String groupId()
           
 void groupId(String groupId)
           
 Resource hcaf()
           
 void hcaf(Resource hcaf)
           
 Resource hspec()
           
 void hspec(Resource hspec)
           
 Resource hspen()
           
 void hspen(Resource hspen)
           
 int id()
           
 void id(int id)
           
 String name()
           
 void name(String name)
           
 FileArray relatedResources()
           
 void relatedResources(FileArray relatedResources)
           
 AreasArray selectedAreas()
           
 void selectedAreas(AreasArray selectedAreas)
           
 SpeciesArray selectedSpecies()
           
 void selectedSpecies(SpeciesArray selectedSpecies)
           
 String status()
           
 void status(String status)
           
 String toString()
           
 EnvelopeWeightsArray weights()
           
 void weights(EnvelopeWeightsArray weights)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Job

public Job()

Job

public Job(String name,
           int id,
           AquaMapArray aquaMapList,
           String status,
           Resource hspec,
           Resource hspen,
           Resource hcaf,
           SpeciesArray selectedSpecies,
           PerturbationArray envelopeCustomization,
           AreasArray selectedAreas,
           EnvelopeWeightsArray weights,
           String author,
           long date,
           FileArray relatedResources,
           boolean gis,
           String groupId)
Method Detail

name

public String name()
Returns:
the name

name

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

id

public int id()
Returns:
the id

id

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

aquaMapList

public AquaMapArray aquaMapList()
Returns:
the aquaMapList

aquaMapList

public void aquaMapList(AquaMapArray aquaMapList)
Parameters:
aquaMapList - the aquaMapList to set

status

public String status()
Returns:
the status

status

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

hspec

public Resource hspec()
Returns:
the hspec

hspec

public void hspec(Resource hspec)
Parameters:
hspec - the hspec to set

hspen

public Resource hspen()
Returns:
the hspen

hspen

public void hspen(Resource hspen)
Parameters:
hspen - the hspen to set

hcaf

public Resource hcaf()
Returns:
the hcaf

hcaf

public void hcaf(Resource hcaf)
Parameters:
hcaf - the hcaf to set

selectedSpecies

public SpeciesArray selectedSpecies()
Returns:
the selectedSpecies

selectedSpecies

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

envelopeCustomization

public PerturbationArray envelopeCustomization()
Returns:
the envelopeCustomization

envelopeCustomization

public void envelopeCustomization(PerturbationArray envelopeCustomization)
Parameters:
envelopeCustomization - the envelopeCustomization to set

selectedAreas

public AreasArray selectedAreas()
Returns:
the selectedAreas

selectedAreas

public void selectedAreas(AreasArray selectedAreas)
Parameters:
selectedAreas - the selectedAreas to set

weights

public EnvelopeWeightsArray weights()
Returns:
the weights

weights

public void weights(EnvelopeWeightsArray weights)
Parameters:
weights - the weights 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

relatedResources

public FileArray relatedResources()
Returns:
the relatedResources

relatedResources

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

gis

public boolean gis()
Returns:
the gis

gis

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

groupId

public String groupId()
Returns:
the groupId

groupId

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

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2014. All Rights Reserved.