mnemosyne.guid
Interface Guid

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
RmiUidGuid

public interface Guid
extends java.io.Serializable

Interface for GUID (globally unique identifier) implementations. Note that this class does not contain any methods. All that is required of implementations is that they fulfill the hashCode and equals contracts, and that they implement toString in such a way as to return a unique string representation of the GUID. Guid instances must also be serializable.

Version:
$Id: Guid.java,v 1.1.1.1 2004/08/07 06:41:16 charlesblaxland Exp $



Copyright © 2004 Charles Blaxland. All Rights Reserved.