org.LexGrid.LexBIG.caCore.hibernate.compositeKeys
Class PropertyLinkKey
java.lang.Object
org.LexGrid.LexBIG.caCore.hibernate.compositeKeys.PropertyLinkKey
- All Implemented Interfaces:
- java.io.Serializable
public class PropertyLinkKey
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
PropertyLinkKey
public PropertyLinkKey()
getCodingSchemeName
public java.lang.String getCodingSchemeName()
setCodingSchemeName
public void setCodingSchemeName(java.lang.String codingSchemeName)
getEntityCodeNamespace
public java.lang.String getEntityCodeNamespace()
setEntityCodeNamespace
public void setEntityCodeNamespace(java.lang.String entityCodeNamespace)
getEntityCode
public java.lang.String getEntityCode()
setEntityCode
public void setEntityCode(java.lang.String entityCode)
getSourcePropertyId
public java.lang.String getSourcePropertyId()
setSourcePropertyId
public void setSourcePropertyId(java.lang.String sourcePropertyId)
getLink
public java.lang.String getLink()
setLink
public void setLink(java.lang.String link)
getTargetPropertyId
public java.lang.String getTargetPropertyId()
setTargetPropertyId
public void setTargetPropertyId(java.lang.String targetPropertyId)
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class java.lang.Object