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

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

public class URIMapKey
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
private  String codingSchemeName
           
private  String id
           
private  String idValue
           
private  String supportedAttributeTag
           
private  String val1
           
 
Constructor Summary
URIMapKey()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getCodingSchemeName()
           
 String getId()
           
 String getIdValue()
           
 String getSupportedAttributeTag()
           
 String getVal1()
           
 int hashCode()
           
 void setCodingSchemeName(String codingSchemeName)
           
 void setId(String id)
           
 void setIdValue(String idValue)
           
 void setSupportedAttributeTag(String supportedAttributeTag)
           
 void setVal1(String val1)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

codingSchemeName

private String codingSchemeName

supportedAttributeTag

private String supportedAttributeTag

id

private String id

idValue

private String idValue

val1

private String val1
Constructor Detail

URIMapKey

public URIMapKey()
Method Detail

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