org.LexGrid.LexBIG.caCore.hibernate.compositeKeys
Class EntityPropertyMultiAttribKey
java.lang.Object
org.LexGrid.LexBIG.caCore.hibernate.compositeKeys.EntityPropertyMultiAttribKey
- All Implemented Interfaces:
- Serializable
public class EntityPropertyMultiAttribKey
- extends Object
- implements Serializable
- See Also:
- Serialized Form
codingSchemeName
private String codingSchemeName
entityCodeNamespace
private String entityCodeNamespace
entityCode
private String entityCode
propertyId
private String propertyId
typeName
private String typeName
attributeValue
private String attributeValue
val1
private String val1
EntityPropertyMultiAttribKey
public EntityPropertyMultiAttribKey()
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)
getTypeName
public String getTypeName()
setTypeName
public void setTypeName(String typeName)
getAttributeValue
public String getAttributeValue()
setAttributeValue
public void setAttributeValue(String attributeValue)
getVal1
public String getVal1()
setVal1
public void setVal1(String val1)
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals
in class Object