org.LexGrid.LexBIG.caCore.hibernate.compositeKeys
Class EntityAssnsToEntityKey
java.lang.Object
org.LexGrid.LexBIG.caCore.hibernate.compositeKeys.EntityAssnsToEntityKey
- All Implemented Interfaces:
- Serializable
public class EntityAssnsToEntityKey
- extends Object
- implements Serializable
- See Also:
- Serialized Form
codingSchemeName
private String codingSchemeName
containerName
private String containerName
entityCodeNamespace
private String entityCodeNamespace
entityCode
private String entityCode
sourceEntityCodeNamespace
private String sourceEntityCodeNamespace
sourceEntityCode
private String sourceEntityCode
targetEntityCodeNamespace
private String targetEntityCodeNamespace
targetEntityCode
private String targetEntityCode
EntityAssnsToEntityKey
public EntityAssnsToEntityKey()
getCodingSchemeName
public String getCodingSchemeName()
setCodingSchemeName
public void setCodingSchemeName(String codingSchemeName)
getContainerName
public String getContainerName()
setContainerName
public void setContainerName(String containerName)
getEntityCodeNamespace
public String getEntityCodeNamespace()
setEntityCodeNamespace
public void setEntityCodeNamespace(String entityCodeNamespace)
getEntityCode
public String getEntityCode()
setEntityCode
public void setEntityCode(String entityCode)
getSourceEntityCodeNamespace
public String getSourceEntityCodeNamespace()
setSourceEntityCodeNamespace
public void setSourceEntityCodeNamespace(String sourceEntityCodeNamespace)
getSourceEntityCode
public String getSourceEntityCode()
setSourceEntityCode
public void setSourceEntityCode(String sourceEntityCode)
getTargetEntityCodeNamespace
public String getTargetEntityCodeNamespace()
setTargetEntityCodeNamespace
public void setTargetEntityCodeNamespace(String targetEntityCodeNamespace)
getTargetEntityCode
public String getTargetEntityCode()
setTargetEntityCode
public void setTargetEntityCode(String targetEntityCode)
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals
in class Object