org.forester.surfacing
Class ProteinId

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

public class ProteinId
extends Object
implements Comparable<ProteinId>


Constructor Summary
ProteinId(String id)
           
 
Method Summary
 int compareTo(ProteinId protein_id)
           
 boolean equals(Object o)
           
 String getId()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ProteinId

public ProteinId(String id)
Method Detail

compareTo

public int compareTo(ProteinId protein_id)
Specified by:
compareTo in interface Comparable<ProteinId>

equals

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

getId

public String getId()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object