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

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

public class CodingSchemeMultiAttribKey
extends Object
implements Serializable

See Also:
Serialized Form

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

Field Detail

codingSchemeName

private String codingSchemeName

typeName

private String typeName

attributeValue

private String attributeValue
Constructor Detail

CodingSchemeMultiAttribKey

public CodingSchemeMultiAttribKey()
Method Detail

getTypeName

public String getTypeName()

setTypeName

public void setTypeName(String typeName)

getAttributeValue

public String getAttributeValue()

setAttributeValue

public void setAttributeValue(String attributeValue)

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