|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object sbc.orthoxml.Species
public class Species
Represents a species in the context of orthology assignment.
Constructor Summary | |
---|---|
Species(java.lang.Integer taxId,
java.lang.String name)
Creates a Species object. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getName()
Returns the name of the species. |
java.lang.Integer |
getNcbiTaxId()
Returns the NCBI taxonomy identifier of the species |
int |
hashCode()
|
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Species(java.lang.Integer taxId, java.lang.String name)
taxId
- the NCBI taxonomy identifier of the speciesname
- the (scientific) name of the species.Method Detail |
---|
public java.lang.String getName()
public java.lang.Integer getNcbiTaxId()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |