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

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

public class EntityPropertyKey
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
private  String codingSchemeName
           
private  String entityCode
           
private  String entityCodeNamespace
           
private  String propertyId
           
 
Constructor Summary
EntityPropertyKey()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getCodingSchemeName()
           
 String getEntityCode()
           
 String getEntityCodeNamespace()
           
 String getPropertyId()
           
 int hashCode()
           
 void setCodingSchemeName(String codingSchemeName)
           
 void setEntityCode(String entityCode)
           
 void setEntityCodeNamespace(String entityCodeNamespace)
           
 void setPropertyId(String propertyId)
           
 
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
Constructor Detail

EntityPropertyKey

public EntityPropertyKey()
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)

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object