public class SaveJobErrorEvent extends com.google.gwt.event.shared.GwtEvent<SaveJobErrorEventHandler>
| Modifier and Type | Field and Description |
|---|---|
static com.google.gwt.event.shared.GwtEvent.Type<SaveJobErrorEventHandler> |
TYPE |
| Constructor and Description |
|---|
SaveJobErrorEvent(String jobIdentifier,
String layerTitle,
JobGisLayerModel jobGisLayer,
SearchResultType type)
Instantiates a new save job error event.
|
SaveJobErrorEvent(String jobIdentifier,
String scientificName,
List<DataSource> dataSourceList,
SearchResultType type,
JobOccurrencesModel jobOccurrenceModel)
Instantiates a new save job error event.
|
SaveJobErrorEvent(String jobIdentifier,
String scientificName,
List<DataSource> dataSourceList,
String rank,
SearchResultType type,
JobTaxonomyModel jobTaxonomyModel)
Instantiates a new save job error event.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(SaveJobErrorEventHandler handler) |
com.google.gwt.event.shared.GwtEvent.Type<SaveJobErrorEventHandler> |
getAssociatedType() |
SearchResultType |
getItemType()
Gets the item type.
|
String |
getJobIdentifier()
Gets the job identifier.
|
JobOccurrencesModel |
getJobOccurrenceModel()
Gets the job occurrence model.
|
JobTaxonomyModel |
getJobTaxonomyModel()
Gets the job taxonomy model.
|
List<DataSource> |
getListDataSources()
Gets the list data sources.
|
String |
getRank()
Gets the rank.
|
String |
getScientificName()
Gets the scientific name.
|
void |
setJobIdentifier(String jobIdentifier)
Sets the job identifier.
|
void |
setJobOccurrenceModel(JobOccurrencesModel jobOccurrenceModel)
Sets the job occurrence model.
|
void |
setJobTaxonomyModel(JobTaxonomyModel jobTaxonomyModel)
Sets the job taxonomy model.
|
void |
setListDataSources(List<DataSource> listDataSources)
Sets the list data sources.
|
assertLive, getSource, isLive, kill, revivepublic static final com.google.gwt.event.shared.GwtEvent.Type<SaveJobErrorEventHandler> TYPE
public SaveJobErrorEvent(String jobIdentifier, String scientificName, List<DataSource> dataSourceList, String rank, SearchResultType type, JobTaxonomyModel jobTaxonomyModel)
jobIdentifier - the job identifierscientificName - the scientific namedataSourceList - the data source listrank - the ranktype - the typejobTaxonomyModel - the job taxonomy modelpublic SaveJobErrorEvent(String jobIdentifier, String layerTitle, JobGisLayerModel jobGisLayer, SearchResultType type)
jobIdentifier - the job identifierlayerTitle - the layer titlejobGisLayer - the job gis layertype - the typepublic SaveJobErrorEvent(String jobIdentifier, String scientificName, List<DataSource> dataSourceList, SearchResultType type, JobOccurrencesModel jobOccurrenceModel)
jobIdentifier - the job identifierscientificName - the scientific namedataSourceList - the data source listtype - the typejobOccurrenceModel - the job occurrence modelpublic com.google.gwt.event.shared.GwtEvent.Type<SaveJobErrorEventHandler> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<SaveJobErrorEventHandler>protected void dispatch(SaveJobErrorEventHandler handler)
dispatch in class com.google.gwt.event.shared.GwtEvent<SaveJobErrorEventHandler>public String getJobIdentifier()
public void setJobIdentifier(String jobIdentifier)
jobIdentifier - the new job identifierpublic String getScientificName()
public String getRank()
public SearchResultType getItemType()
public JobTaxonomyModel getJobTaxonomyModel()
public JobOccurrencesModel getJobOccurrenceModel()
public void setJobTaxonomyModel(JobTaxonomyModel jobTaxonomyModel)
jobTaxonomyModel - the new job taxonomy modelpublic void setJobOccurrenceModel(JobOccurrencesModel jobOccurrenceModel)
jobOccurrenceModel - the new job occurrence modelpublic List<DataSource> getListDataSources()
public void setListDataSources(List<DataSource> listDataSources)
listDataSources - the new list data sourcesCopyright © 2021. All Rights Reserved.