net.wotonomy.test
Class DataKeyID

java.lang.Object
  extended by net.wotonomy.control.EOGlobalID
      extended by net.wotonomy.test.DataKeyID
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable

public class DataKeyID
extends net.wotonomy.control.EOGlobalID

A test implementation of EOGlobalID that wraps a DataKey.

Version:
$Revision: 893 $
Author:
michael@mpowers.net, $Author: cgruber $
See Also:
Serialized Form

Field Summary
 
Fields inherited from class net.wotonomy.control.EOGlobalID
GlobalIDChangedNotification
 
Constructor Summary
DataKeyID(net.wotonomy.datastore.DataKey aKey)
          Constructor takes a data key.
 
Method Summary
 java.lang.Object clone()
           
 boolean equals(java.lang.Object anObject)
           
 net.wotonomy.datastore.DataKey getKey()
          Returns the wrapped data key.
 int hashCode()
           
 boolean isTemporary()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DataKeyID

public DataKeyID(net.wotonomy.datastore.DataKey aKey)
Constructor takes a data key.

Method Detail

getKey

public net.wotonomy.datastore.DataKey getKey()
Returns the wrapped data key.


isTemporary

public boolean isTemporary()
Specified by:
isTemporary in class net.wotonomy.control.EOGlobalID

clone

public java.lang.Object clone()
Overrides:
clone in class net.wotonomy.control.EOGlobalID

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object anObject)
Overrides:
equals in class java.lang.Object


Copyright © 2006 null. All Rights Reserved.