org.LexGrid.LexBIG.caCore.hibernate.compositeKeys
Class ConceptsKey

java.lang.Object
  extended by org.LexGrid.LexBIG.caCore.hibernate.compositeKeys.ConceptsKey
All Implemented Interfaces:
java.io.Serializable

public class ConceptsKey
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
ConceptsKey()
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 java.lang.String getCodingSchemeName()
           
 int hashCode()
           
 void setCodingSchemeName(java.lang.String codingSchemeId)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConceptsKey

public ConceptsKey()
Method Detail

getCodingSchemeName

public java.lang.String getCodingSchemeName()

setCodingSchemeName

public void setCodingSchemeName(java.lang.String codingSchemeId)

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object