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

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

public class ConceptsKey
extends Object
implements Serializable

See Also:
Serialized Form

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

Field Detail

codingSchemeName

private String codingSchemeName
Constructor Detail

ConceptsKey

public ConceptsKey()
Method Detail

getCodingSchemeName

public String getCodingSchemeName()

setCodingSchemeName

public void setCodingSchemeName(String codingSchemeId)

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object