public class GeneParameters extends Object implements Serializable
Constructor and Description |
---|
GeneParameters()
Create a new GenePreferences object.
|
GeneParameters(GeneParameters genePreferences)
Creates new gene preferences based on a GenePreferences object.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(GeneParameters genePreferences)
Compares these preferences to other preferences.
|
Boolean |
getAutoUpdate()
Indicates whether the gene mappings should be automatically updated.
|
Integer |
getSelectedBackgroundSpecies()
Returns the taxon of the species selected as background species.
|
String |
getShortDescription()
Returns a short description of the parameters.
|
Boolean |
getUseGeneMapping()
Returns a boolean indicating whether gene mappings should be used.
|
void |
setAutoUpdate(Boolean autoUpdate)
Sets whether the gene mappings should be automatically updated.
|
void |
setPreferencesFromSearchParameters(SearchParameters searchParameters)
Sets the preferences from the given search parameters.
|
void |
setSelectedBackgroundSpecies(Integer selectedBackgroundSpecies)
Sets the taxon of the species selected as background species.
|
void |
setUseGeneMapping(Boolean useGeneMapping)
Sets whether gene mappings should be used.
|
public GeneParameters()
public GeneParameters(GeneParameters genePreferences)
genePreferences
- the gene preferencespublic Boolean getUseGeneMapping()
public void setUseGeneMapping(Boolean useGeneMapping)
useGeneMapping
- a boolean indicating whether gene mappings should
be usedpublic Boolean getAutoUpdate()
public void setAutoUpdate(Boolean autoUpdate)
autoUpdate
- a boolean indicating whether the gene mappings should
be automatically updatedpublic boolean equals(GeneParameters genePreferences)
genePreferences
- other preferences to compare to.public Integer getSelectedBackgroundSpecies()
public void setSelectedBackgroundSpecies(Integer selectedBackgroundSpecies)
selectedBackgroundSpecies
- the taxon of the species selected as
background speciespublic void setPreferencesFromSearchParameters(SearchParameters searchParameters)
searchParameters
- the search parameterspublic String getShortDescription()
Copyright © 2018. All rights reserved.