public class SimpleOrthologue extends Object implements Orthologue
Constructor and Description |
---|
SimpleOrthologue(int taxonID,
String locusID,
String homologeneID,
String accession)
this constructor does the Taxon lookup for you too
|
SimpleOrthologue(Taxon taxon,
String locusID,
String homologeneID,
String accession) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getAccession()
get the Accession ID associated with this orthologue.
|
String |
getHomologeneID()
get the Homologene ID.
|
String |
getLocusID()
get the locus ID associated with this orthologue.
|
Taxon |
getTaxon()
return the Taxon associated with this orthologue
|
int |
getTaxonID()
a convenience method to return the TaxonID for thsi orhtologue.
|
String |
getTitle()
return the title used by Genbank for this protein
|
void |
setTitle(String title) |
public SimpleOrthologue(Taxon taxon, String locusID, String homologeneID, String accession)
public SimpleOrthologue(int taxonID, String locusID, String homologeneID, String accession) throws IllegalArgumentException
IllegalArgumentException
public String getTitle()
Orthologue
getTitle
in interface Orthologue
public Taxon getTaxon()
Orthologue
getTaxon
in interface Orthologue
public int getTaxonID()
Orthologue
getTaxonID
in interface Orthologue
public String getLocusID()
Orthologue
getLocusID
in interface Orthologue
public String getHomologeneID()
Orthologue
getHomologeneID
in interface Orthologue
public String getAccession()
Orthologue
getAccession
in interface Orthologue
public void setTitle(String title)
setTitle
in interface Orthologue
Copyright © 2014 BioJava. All rights reserved.