uk.nominet.catnap.framework
Class ForeignKey

java.lang.Object
  extended byuk.nominet.catnap.framework.ForeignKey

public class ForeignKey
extends java.lang.Object

Created by IntelliJ IDEA. User: Administrator Date: 28-Oct-2004 Time: 15:45:48 To change this template use File | Settings | File Templates.


Constructor Summary
ForeignKey(java.lang.String parent, java.lang.String child, boolean saveOnly)
           
 
Method Summary
 java.lang.String getChild()
           
 java.lang.String getParent()
           
 boolean isSaveOnly()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ForeignKey

public ForeignKey(java.lang.String parent,
                  java.lang.String child,
                  boolean saveOnly)
Method Detail

getChild

public java.lang.String getChild()

getParent

public java.lang.String getParent()

isSaveOnly

public boolean isSaveOnly()