net.sf.tomp.general
Class Identifiable

java.lang.Object
  extended bynet.sf.tomp.general.Identifiable

public class Identifiable
extends java.lang.Object

Author:
tomp

Constructor Summary
Identifiable(java.lang.String i)
          Creates a new instance of Identifiable
 
Method Summary
 boolean equals(java.lang.Object o)
           
 java.lang.String getId()
           
 int hashCode()
           
 void setId(java.lang.String s)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Identifiable

public Identifiable(java.lang.String i)
Creates a new instance of Identifiable

Method Detail

getId

public java.lang.String getId()

setId

public void setId(java.lang.String s)

hashCode

public int hashCode()

equals

public boolean equals(java.lang.Object o)


Copyright © 2004 Masaryk University in Brno, Faculty of Informatics, Czech Republic. All Rights Reserved.