public class ForeignKeyRepImpl extends java.lang.Object implements ForeignKeyRep
Constructor and Description |
---|
ForeignKeyRepImpl(java.util.List locColNames,
java.lang.String refTableName,
java.util.List refColNames) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
java.util.List |
getLocalColumnNames() |
java.util.List |
getReferencedColumnNames() |
java.lang.String |
getReferencedTableName() |
int |
hashCode() |
public ForeignKeyRepImpl(java.util.List locColNames, java.lang.String refTableName, java.util.List refColNames)
public java.util.List getLocalColumnNames()
getLocalColumnNames
in interface ForeignKeyRep
public java.lang.String getReferencedTableName()
getReferencedTableName
in interface ForeignKeyRep
public java.util.List getReferencedColumnNames()
getReferencedColumnNames
in interface ForeignKeyRep
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object