|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.biojava.bio.program.homologene.SimpleOrthologue
public class SimpleOrthologue
this entry contains data about the orthologue.
| Constructor Summary | |
|---|---|
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)
|
|
| Method Summary | |
|---|---|
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)
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SimpleOrthologue(Taxon taxon,
String locusID,
String homologeneID,
String accession)
public SimpleOrthologue(int taxonID,
String locusID,
String homologeneID,
String accession)
throws IllegalArgumentException
IllegalArgumentException| Method Detail |
|---|
public String getTitle()
Orthologue
getTitle in interface Orthologuepublic Taxon getTaxon()
Orthologue
getTaxon in interface Orthologuepublic int getTaxonID()
Orthologue
getTaxonID in interface Orthologuepublic String getLocusID()
Orthologue
getLocusID in interface Orthologuepublic String getHomologeneID()
Orthologue
getHomologeneID in interface Orthologuepublic String getAccession()
Orthologue
getAccession in interface Orthologuepublic void setTitle(String title)
setTitle in interface Orthologuepublic boolean equals(Object o)
equals in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||