butler.client.record
Class DRecordEditor.ForeignKeyEditor

java.lang.Object
  extended by butler.client.record.DRecordEditor.ForeignKeyEditor
Enclosing class:
DRecordEditor

public static class DRecordEditor.ForeignKeyEditor
extends java.lang.Object


Constructor Summary
DRecordEditor.ForeignKeyEditor(ForeignKey fk, DRecordSelector selector)
           
 
Method Summary
 ForeignKey getForeignKey()
           
 DRecordSelector getRecordSelector()
           
static DRecordEditor.ForeignKeyEditor parse(org.dom4j.Element element, Table tab)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DRecordEditor.ForeignKeyEditor

public DRecordEditor.ForeignKeyEditor(ForeignKey fk,
                                      DRecordSelector selector)
Method Detail

getForeignKey

public ForeignKey getForeignKey()

getRecordSelector

public DRecordSelector getRecordSelector()

parse

public static DRecordEditor.ForeignKeyEditor parse(org.dom4j.Element element,
                                                   Table tab)
                                            throws java.lang.Exception
Throws:
java.lang.Exception