com.mchange.v1.db.sql.schemarep
Class ForeignKeyRepImpl

java.lang.Object
  extended by com.mchange.v1.db.sql.schemarep.ForeignKeyRepImpl
All Implemented Interfaces:
ForeignKeyRep

public class ForeignKeyRepImpl
extends Object
implements ForeignKeyRep


Constructor Summary
ForeignKeyRepImpl(List locColNames, String refTableName, List refColNames)
           
 
Method Summary
 boolean equals(Object o)
           
 List getLocalColumnNames()
           
 List getReferencedColumnNames()
           
 String getReferencedTableName()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ForeignKeyRepImpl

public ForeignKeyRepImpl(List locColNames,
                         String refTableName,
                         List refColNames)
Method Detail

getLocalColumnNames

public List getLocalColumnNames()
Specified by:
getLocalColumnNames in interface ForeignKeyRep

getReferencedTableName

public String getReferencedTableName()
Specified by:
getReferencedTableName in interface ForeignKeyRep

getReferencedColumnNames

public List getReferencedColumnNames()
Specified by:
getReferencedColumnNames in interface ForeignKeyRep

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object