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

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

public class EntityAssnsToEntityKey
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
private  String codingSchemeName
           
private  String containerName
           
private  String entityCode
           
private  String entityCodeNamespace
           
private  String sourceEntityCode
           
private  String sourceEntityCodeNamespace
           
private  String targetEntityCode
           
private  String targetEntityCodeNamespace
           
 
Constructor Summary
EntityAssnsToEntityKey()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getCodingSchemeName()
           
 String getContainerName()
           
 String getEntityCode()
           
 String getEntityCodeNamespace()
           
 String getSourceEntityCode()
           
 String getSourceEntityCodeNamespace()
           
 String getTargetEntityCode()
           
 String getTargetEntityCodeNamespace()
           
 int hashCode()
           
 void setCodingSchemeName(String codingSchemeName)
           
 void setContainerName(String containerName)
           
 void setEntityCode(String entityCode)
           
 void setEntityCodeNamespace(String entityCodeNamespace)
           
 void setSourceEntityCode(String sourceEntityCode)
           
 void setSourceEntityCodeNamespace(String sourceEntityCodeNamespace)
           
 void setTargetEntityCode(String targetEntityCode)
           
 void setTargetEntityCodeNamespace(String targetEntityCodeNamespace)
           
 
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

entityCodeNamespace

private String entityCodeNamespace

entityCode

private String entityCode

sourceEntityCodeNamespace

private String sourceEntityCodeNamespace

sourceEntityCode

private String sourceEntityCode

targetEntityCodeNamespace

private String targetEntityCodeNamespace

targetEntityCode

private String targetEntityCode
Constructor Detail

EntityAssnsToEntityKey

public EntityAssnsToEntityKey()
Method Detail

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