org.apache.ws.jaxme.sqls.impl
Class ForeignKeyImpl.ColumnReferenceImpl

java.lang.Object
  extended by org.apache.ws.jaxme.sqls.impl.ForeignKeyImpl.ColumnReferenceImpl
All Implemented Interfaces:
ForeignKey.ColumnLink
Enclosing class:
ForeignKeyImpl

public static class ForeignKeyImpl.ColumnReferenceImpl
extends java.lang.Object
implements ForeignKey.ColumnLink


Constructor Summary
ForeignKeyImpl.ColumnReferenceImpl(Column pLocalColumn, Column pReferencedColumn)
           
 
Method Summary
 Column getLocalColumn()
          Returns the column referencing a column in the referenced table.
 Column getReferencedColumn()
          Returns the column being referenced in the referenced table.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ForeignKeyImpl.ColumnReferenceImpl

public ForeignKeyImpl.ColumnReferenceImpl(Column pLocalColumn,
                                          Column pReferencedColumn)
Method Detail

getLocalColumn

public Column getLocalColumn()
Description copied from interface: ForeignKey.ColumnLink

Returns the column referencing a column in the referenced table.

Specified by:
getLocalColumn in interface ForeignKey.ColumnLink

getReferencedColumn

public Column getReferencedColumn()
Description copied from interface: ForeignKey.ColumnLink

Returns the column being referenced in the referenced table.

Specified by:
getReferencedColumn in interface ForeignKey.ColumnLink