org.LexGrid.LexBIG.caCore.hibernate.compositeKeys
Class EntityPropertyMultiAttribKey

java.lang.Object
  extended by org.LexGrid.LexBIG.caCore.hibernate.compositeKeys.EntityPropertyMultiAttribKey
All Implemented Interfaces:
Serializable

public class EntityPropertyMultiAttribKey
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
private  String attributeValue
           
private  String codingSchemeName
           
private  String entityCode
           
private  String entityCodeNamespace
           
private  String propertyId
           
private  String typeName
           
private  String val1
           
 
Constructor Summary
EntityPropertyMultiAttribKey()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getAttributeValue()
           
 String getCodingSchemeName()
           
 String getEntityCode()
           
 String getEntityCodeNamespace()
           
 String getPropertyId()
           
 String getTypeName()
           
 String getVal1()
           
 int hashCode()
           
 void setAttributeValue(String attributeValue)
           
 void setCodingSchemeName(String codingSchemeName)
           
 void setEntityCode(String entityCode)
           
 void setEntityCodeNamespace(String entityCodeNamespace)
           
 void setPropertyId(String propertyId)
           
 void setTypeName(String typeName)
           
 void setVal1(String val1)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

EntityPropertyMultiAttribKey

public EntityPropertyMultiAttribKey()
Method Detail

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