org.LexGrid.LexBIG.caCore.hibernate.compositeKeys
Class AssociationKey
java.lang.Object
org.LexGrid.LexBIG.caCore.hibernate.compositeKeys.AssociationKey
- All Implemented Interfaces:
- Serializable
public class AssociationKey
- extends Object
- implements Serializable
- See Also:
- Serialized Form
codingSchemeName
private String codingSchemeName
containerName
private String containerName
entityCode
private String entityCode
entityCodeNamespace
private String entityCodeNamespace
AssociationKey
public AssociationKey()
getEntityCodeNamespace
public String getEntityCodeNamespace()
setEntityCodeNamespace
public void setEntityCodeNamespace(String entityCodeNamespace)
getCodingSchemeName
public String getCodingSchemeName()
setCodingSchemeName
public void setCodingSchemeName(String codingSchemeName)
getContainerName
public String getContainerName()
setContainerName
public void setContainerName(String containerName)
getentityCode
public String getentityCode()
setEntityCode
public void setEntityCode(String entityCode)
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals
in class Object