org.LexGrid.LexBIG.caCore.hibernate.compositeKeys
Class EntityPropertyKey
java.lang.Object
org.LexGrid.LexBIG.caCore.hibernate.compositeKeys.EntityPropertyKey
- All Implemented Interfaces:
- java.io.Serializable
public class EntityPropertyKey
- 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 |
EntityPropertyKey
public EntityPropertyKey()
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)
getPropertyId
public java.lang.String getPropertyId()
setPropertyId
public void setPropertyId(java.lang.String propertyId)
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