public class Job extends Object
Constructor and Description |
---|
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) |
Modifier and Type | Method and Description |
---|---|
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) |
public 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)
public String name()
public void name(String name)
name
- the name to setpublic int id()
public void id(int id)
id
- the id to setpublic AquaMapArray aquaMapList()
public void aquaMapList(AquaMapArray aquaMapList)
aquaMapList
- the aquaMapList to setpublic String status()
public void status(String status)
status
- the status to setpublic Resource hspec()
public void hspec(Resource hspec)
hspec
- the hspec to setpublic Resource hspen()
public void hspen(Resource hspen)
hspen
- the hspen to setpublic Resource hcaf()
public void hcaf(Resource hcaf)
hcaf
- the hcaf to setpublic SpeciesArray selectedSpecies()
public void selectedSpecies(SpeciesArray selectedSpecies)
selectedSpecies
- the selectedSpecies to setpublic PerturbationArray envelopeCustomization()
public void envelopeCustomization(PerturbationArray envelopeCustomization)
envelopeCustomization
- the envelopeCustomization to setpublic AreasArray selectedAreas()
public void selectedAreas(AreasArray selectedAreas)
selectedAreas
- the selectedAreas to setpublic EnvelopeWeightsArray weights()
public void weights(EnvelopeWeightsArray weights)
weights
- the weights to setpublic String author()
public void author(String author)
author
- the author to setpublic long date()
public void date(long date)
date
- the date to setpublic FileArray relatedResources()
public void relatedResources(FileArray relatedResources)
relatedResources
- the relatedResources to setpublic boolean gis()
public void gis(boolean gis)
gis
- the gis to setpublic String groupId()
public void groupId(String groupId)
groupId
- the groupId to setCopyright © 2017. All Rights Reserved.