pl.edu.pjwstk.yaod.atoms
Interface AtomID

All Superinterfaces:
ObjectID
All Known Implementing Classes:
PersistentAtomID, TransientAtomID, JavaAtomID

public interface AtomID
extends ObjectID

Interfejs deklarujacy metody, ktore musi implementowac kazdy identyfikator atomu.

Author:
M. Lentner, raist@ertel.com.pl

Method Summary
 int hashCode()
          Zwraca klucz haszowania, potrzebny do wyszukania atomu o podanym identyfikatorze w buforze obiektow.
 
Methods inherited from interface pl.edu.pjwstk.yaod.objects.ObjectID
equals, getStoreID, toString
 

Method Detail

hashCode

public int hashCode()
Zwraca klucz haszowania, potrzebny do wyszukania atomu o podanym identyfikatorze w buforze obiektow.
Overrides:
hashCode in class java.lang.Object
Returns:
wartosc klucza.