org.LexGrid.LexBIG.caCore.hibernate.compositeKeys
Class PropertyLinkKey
java.lang.Object
org.LexGrid.LexBIG.caCore.hibernate.compositeKeys.PropertyLinkKey
- All Implemented Interfaces:
- Serializable
public class PropertyLinkKey
- extends Object
- implements Serializable
- See Also:
- Serialized Form
codingSchemeName
private String codingSchemeName
entityCodeNamespace
private String entityCodeNamespace
entityCode
private String entityCode
sourcePropertyId
private String sourcePropertyId
link
private String link
targetPropertyId
private String targetPropertyId
PropertyLinkKey
public PropertyLinkKey()
getCodingSchemeName
public String getCodingSchemeName()
setCodingSchemeName
public void setCodingSchemeName(String codingSchemeName)
getEntityCodeNamespace
public String getEntityCodeNamespace()
setEntityCodeNamespace
public void setEntityCodeNamespace(String entityCodeNamespace)
getEntityCode
public String getEntityCode()
setEntityCode
public void setEntityCode(String entityCode)
getSourcePropertyId
public String getSourcePropertyId()
setSourcePropertyId
public void setSourcePropertyId(String sourcePropertyId)
getLink
public String getLink()
setLink
public void setLink(String link)
getTargetPropertyId
public String getTargetPropertyId()
setTargetPropertyId
public void setTargetPropertyId(String targetPropertyId)
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals
in class Object