butler.ext.domain
Class DomainPrefixForeignKey

java.lang.Object
  extended by butler.sql.metadata.ForeignKey
      extended by butler.ext.domain.DomainPrefixForeignKey

public class DomainPrefixForeignKey
extends ForeignKey

Author:
Fredrik Bertilsson

Constructor Summary
DomainPrefixForeignKey(ForeignKey fk)
           
 
Method Summary
 java.util.List getColumns()
           
 java.lang.String getPhysicalName()
           
 java.util.List getPKColumns()
           
 
Methods inherited from class butler.sql.metadata.ForeignKey
add, add, equals, equals, findAllPKRecords, getCaption, getFKTable, getJoinFilter, getLocalizedCaption, getName, getPKTable, getQualifiedName, getSchema, hashCode, isInPK, isOneToOne, parse, setFKTable, setPKTable, setSchema, toXML
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DomainPrefixForeignKey

public DomainPrefixForeignKey(ForeignKey fk)
                       throws java.lang.Exception
Throws:
java.lang.Exception
Method Detail

getPhysicalName

public java.lang.String getPhysicalName()
Overrides:
getPhysicalName in class ForeignKey

getColumns

public java.util.List getColumns()
                          throws java.lang.Exception
Overrides:
getColumns in class ForeignKey
Throws:
java.lang.Exception

getPKColumns

public java.util.List getPKColumns()
                            throws java.lang.Exception
Overrides:
getPKColumns in class ForeignKey
Throws:
java.lang.Exception