org.LexGrid.LexBIG.caCore.hibernate.compositeKeys
Class URIMapKey
java.lang.Object
org.LexGrid.LexBIG.caCore.hibernate.compositeKeys.URIMapKey
- All Implemented Interfaces:
- Serializable
public class URIMapKey
- extends Object
- implements Serializable
- See Also:
- Serialized Form
codingSchemeName
private String codingSchemeName
supportedAttributeTag
private String supportedAttributeTag
id
private String id
idValue
private String idValue
val1
private String val1
URIMapKey
public URIMapKey()
getCodingSchemeName
public String getCodingSchemeName()
setCodingSchemeName
public void setCodingSchemeName(String codingSchemeName)
getSupportedAttributeTag
public String getSupportedAttributeTag()
setSupportedAttributeTag
public void setSupportedAttributeTag(String supportedAttributeTag)
getId
public String getId()
setId
public void setId(String id)
getIdValue
public String getIdValue()
setIdValue
public void setIdValue(String idValue)
getVal1
public String getVal1()
setVal1
public void setVal1(String val1)
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals
in class Object