org.aksw.commons.util.jdbc
Class ForeignKey

java.lang.Object
  extended by org.aksw.commons.util.jdbc.DatabaseObject
      extended by org.aksw.commons.util.jdbc.ForeignKey

public class ForeignKey
extends DatabaseObject


Constructor Summary
ForeignKey(String name, ColumnsReference source, ColumnsReference target)
           
 
Method Summary
 boolean equals(Object obj)
           
 ColumnsReference getSource()
           
 ColumnsReference getTarget()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class org.aksw.commons.util.jdbc.DatabaseObject
getName
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ForeignKey

public ForeignKey(String name,
                  ColumnsReference source,
                  ColumnsReference target)
Method Detail

getSource

public ColumnsReference getSource()

getTarget

public ColumnsReference getTarget()

hashCode

public int hashCode()
Overrides:
hashCode in class DatabaseObject

equals

public boolean equals(Object obj)
Overrides:
equals in class DatabaseObject

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012. All Rights Reserved.