org.forester.go
Class GoId

java.lang.Object
  extended by org.forester.go.GoId
All Implemented Interfaces:
Comparable<GoId>

public class GoId
extends Object
implements Comparable<GoId>


Constructor Summary
GoId(String id)
           
 
Method Summary
 int compareTo(GoId 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

GoId

public GoId(String id)
Method Detail

compareTo

public int compareTo(GoId id)
Specified by:
compareTo in interface Comparable<GoId>

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