org.forester.surfacing
Class BasicSpecies

java.lang.Object
  extended by org.forester.surfacing.BasicSpecies
All Implemented Interfaces:
Comparable<Species>, Species

public class BasicSpecies
extends Object
implements Species


Constructor Summary
BasicSpecies(String species_id)
           
 
Method Summary
 int compareTo(Species species)
           
 boolean equals(Object o)
           
 String getSpeciesId()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BasicSpecies

public BasicSpecies(String species_id)
Method Detail

compareTo

public int compareTo(Species species)
Specified by:
compareTo in interface Comparable<Species>

equals

public boolean equals(Object o)
Overrides:
equals in class Object

getSpeciesId

public String getSpeciesId()
Specified by:
getSpeciesId in interface Species

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object