de.adom.jade.kernel
Class GUIDCarrier

java.lang.Object
  extended by de.adom.jade.kernel.GUIDCarrier
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
Complex, Connection, DefaultActor, Location

public class GUIDCarrier
extends java.lang.Object
implements java.io.Serializable

Implements a base class that has a GUID (a global unique identifier), that can be used to easily identify the class.

See Also:
Serialized Form

Constructor Summary
GUIDCarrier()
          Stores a GUID for this object.
 
Method Summary
 long getGUID()
          Returns the GUID of this object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GUIDCarrier

public GUIDCarrier()
Stores a GUID for this object.

Parameters:
theGUID - the GUID for this oibject
Method Detail

getGUID

public long getGUID()
Returns the GUID of this object.

Returns:
the GUID