butler.client.record
Class DRecordEditor.ManyToManyEditor

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

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


Constructor Summary
DRecordEditor.ManyToManyEditor(ManyToManyRelation relation, DRecordSelector selector)
           
 
Method Summary
 DRecordSelector getRecordSelector()
           
 ManyToManyRelation getRelation()
           
static DRecordEditor.ManyToManyEditor 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.ManyToManyEditor

public DRecordEditor.ManyToManyEditor(ManyToManyRelation relation,
                                      DRecordSelector selector)
Method Detail

getRelation

public ManyToManyRelation getRelation()

getRecordSelector

public DRecordSelector getRecordSelector()

parse

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