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

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

public class MappingsKey
extends Object
implements Serializable

See Also:
Serialized Form

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

Field Detail

codingSchemeName

private String codingSchemeName
Constructor Detail

MappingsKey

public MappingsKey()
Method Detail

getCodingSchemeName

public String getCodingSchemeName()

setCodingSchemeName

public void setCodingSchemeName(String codingSchemeName)

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

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