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

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

public class CodingSchemePropMultiAttribKey
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
private  String attributeValue
           
private  String codingSchemeName
           
private  String propertyId
           
private  String typeName
           
 
Constructor Summary
CodingSchemePropMultiAttribKey()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getAttributeValue()
           
 String getCodingSchemeName()
           
 String getPropertyId()
           
 String getTypeName()
           
 int hashCode()
           
 void setAttributeValue(String attributeValue)
           
 void setCodingSchemeName(String codingSchemeName)
           
 void setPropertyId(String propertyId)
           
 void setTypeName(String typeName)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

codingSchemeName

private String codingSchemeName

propertyId

private String propertyId

typeName

private String typeName

attributeValue

private String attributeValue
Constructor Detail

CodingSchemePropMultiAttribKey

public CodingSchemePropMultiAttribKey()
Method Detail

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