de.fuberlin.wiwiss.d2rq.map
Class TranslationTable.Translation

java.lang.Object
  extended by de.fuberlin.wiwiss.d2rq.map.TranslationTable.Translation
Enclosing class:
TranslationTable

public static class TranslationTable.Translation
extends Object


Constructor Summary
TranslationTable.Translation(String dbValue, String rdfValue)
           
 
Method Summary
 String dbValue()
           
 boolean equals(Object otherObject)
           
 int hashCode()
           
 String rdfValue()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TranslationTable.Translation

public TranslationTable.Translation(String dbValue,
                                    String rdfValue)
Method Detail

dbValue

public String dbValue()

rdfValue

public String rdfValue()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

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

toString

public String toString()
Overrides:
toString in class Object