equip.data
Class GUIDImpl

java.lang.Object
  extended byequip.runtime.Object
      extended byequip.runtime.ValueBase
          extended byequip.data.GUID
              extended byequip.data.GUIDImpl
All Implemented Interfaces:
java.lang.Cloneable

public class GUIDImpl
extends GUID

Implementation of IDL'd abstract class GUID


Field Summary
 
Fields inherited from class equip.data.GUID
host_id, item_id, proc_id, time_s
 
Constructor Summary
GUIDImpl()
           
 
Method Summary
 int hashCode()
           
 boolean isNull()
          check if GUID is null.
 void setNull()
           
 java.lang.String toString()
           
 
Methods inherited from class equip.data.GUID
_equals_helper, _matches_helper, equals, getModuleName, matches, readObject, writeObject
 
Methods inherited from class equip.runtime.ValueBase
_equals_helper, _matches_helper, clone
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GUIDImpl

public GUIDImpl()
Method Detail

isNull

public boolean isNull()
Description copied from class: GUID
check if GUID is null. GUID 0.0.0.0 is null.

Specified by:
isNull in class GUID
Returns:
true if this is a null GUID.

setNull

public void setNull()
Specified by:
setNull in class GUID

hashCode

public int hashCode()

toString

public java.lang.String toString()