org.LexGrid.LexBIG.caCore.hibernate.compositeKeys
Class EntityPropertyKey
java.lang.Object
org.LexGrid.LexBIG.caCore.hibernate.compositeKeys.EntityPropertyKey
- All Implemented Interfaces:
- Serializable
public class EntityPropertyKey
- extends Object
- implements Serializable
- See Also:
- Serialized Form
codingSchemeName
private String codingSchemeName
entityCodeNamespace
private String entityCodeNamespace
entityCode
private String entityCode
propertyId
private String propertyId
EntityPropertyKey
public EntityPropertyKey()
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)
getPropertyId
public String getPropertyId()
setPropertyId
public void setPropertyId(String propertyId)
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals
in class Object