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

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

public class AssociationKey
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
private  String codingSchemeName
           
private  String containerName
           
private  String entityCode
           
private  String entityCodeNamespace
           
 
Constructor Summary
AssociationKey()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getCodingSchemeName()
           
 String getContainerName()
           
 String getentityCode()
           
 String getEntityCodeNamespace()
           
 int hashCode()
           
 void setCodingSchemeName(String codingSchemeName)
           
 void setContainerName(String containerName)
           
 void setEntityCode(String entityCode)
           
 void setEntityCodeNamespace(String entityCodeNamespace)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

codingSchemeName

private String codingSchemeName

containerName

private String containerName

entityCode

private String entityCode

entityCodeNamespace

private String entityCodeNamespace
Constructor Detail

AssociationKey

public AssociationKey()
Method Detail

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