org.LexGrid.LexBIG.caCore.hibernate.compositeKeys
Class CodingSchemePropMultiAttribKey
java.lang.Object
org.LexGrid.LexBIG.caCore.hibernate.compositeKeys.CodingSchemePropMultiAttribKey
- All Implemented Interfaces:
- Serializable
public class CodingSchemePropMultiAttribKey
- extends Object
- implements Serializable
- See Also:
- Serialized Form
codingSchemeName
private String codingSchemeName
propertyId
private String propertyId
typeName
private String typeName
attributeValue
private String attributeValue
CodingSchemePropMultiAttribKey
public CodingSchemePropMultiAttribKey()
getPropertyId
public String getPropertyId()
setPropertyId
public void setPropertyId(String propertyId)
getTypeName
public String getTypeName()
setTypeName
public void setTypeName(String typeName)
getAttributeValue
public String getAttributeValue()
setAttributeValue
public void setAttributeValue(String attributeValue)
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