org.aksw.commons.util.jdbc
Class PrimaryKey

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

public class PrimaryKey
extends DatabaseObject


Constructor Summary
PrimaryKey(String name, ColumnsReference source)
           
 
Method Summary
 boolean equals(Object obj)
           
 ColumnsReference getSource()
           
 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

PrimaryKey

public PrimaryKey(String name,
                  ColumnsReference source)
Method Detail

getSource

public ColumnsReference getSource()

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.