org.LexGrid.LexBIG.caCore.hibernate.compositeKeys
Class CodingSchemePropKey
java.lang.Object
org.LexGrid.LexBIG.caCore.hibernate.compositeKeys.CodingSchemePropKey
- All Implemented Interfaces:
- Serializable
public class CodingSchemePropKey
- extends Object
- implements Serializable
- See Also:
- Serialized Form
codingSchemeName
private String codingSchemeName
propertyId
private String propertyId
CodingSchemePropKey
public CodingSchemePropKey()
getPropertyId
public String getPropertyId()
setPropertyId
public void setPropertyId(String propertyId)
getCodingSchemeName
public String getCodingSchemeName()
setCodingSchemeName
public void setCodingSchemeName(String codingSchemeName)
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals
in class Object