org.openware.job.data
Class ForeignKeyInfo

java.lang.Object
  |
  +--org.openware.job.data.ForeignKeyInfo
All Implemented Interfaces:
java.io.Serializable

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

Version:
$Revision: 1.1 $ $Date: 2001/04/26 06:31:58 $
Author:
Vincent Sheffer
See Also:
Serialized Form

Constructor Summary
ForeignKeyInfo(java.lang.String hashKey, java.lang.String key)
           
 
Method Summary
 java.lang.String getHashKey()
           
 java.lang.String getPrimaryKey()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ForeignKeyInfo

public ForeignKeyInfo(java.lang.String hashKey,
                      java.lang.String key)
Method Detail

getHashKey

public java.lang.String getHashKey()

getPrimaryKey

public java.lang.String getPrimaryKey()


Copyright © 2000,2001 Openware. All Rights Reserved.