com.cyclops.dbdigger.idbroker
Class PrimaryKey

java.lang.Object
  extended bycom.cyclops.dbdigger.idbroker.PrimaryKey
Direct Known Subclasses:
NumberKey, StringKey

public class PrimaryKey
extends Object

Add description HERE!

Since:
2003-6-11 14:57:53
Author:
joel guo

Constructor Summary
PrimaryKey(Object akey)
          Constructor of class PrimaryKey
 
Method Summary
 Object getObject()
          Method getObject() in class PrimaryKey
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrimaryKey

public PrimaryKey(Object akey)
Constructor of class PrimaryKey

Parameters:
akey - Key object
Method Detail

getObject

public Object getObject()
Method getObject() in class PrimaryKey

Returns:
value of this key


Copyright © 2003 Cyclops Group. All Rights Reserved.