cc.glsn.v15
Class StringID

java.lang.Object
  extended by cc.glsn.v15.StringID
All Implemented Interfaces:
Serializable, Comparable

public abstract class StringID
extends Object
implements Serializable, Comparable

See Also:
Serialized Form

Constructor Summary
StringID(String id)
           
 
Method Summary
 int compareTo(Object O)
           
 boolean equals(Object O)
           
 String getID()
           
 String getType()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StringID

public StringID(String id)
Method Detail

getID

public String getID()

toString

public String toString()
Overrides:
toString in class Object

equals

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

getType

public String getType()

compareTo

public int compareTo(Object O)
Specified by:
compareTo in interface Comparable

hashCode

public int hashCode()
Overrides:
hashCode in class Object