public class Concept
extends java.lang.Object
This class represents a concept that has a coded representation.
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
conceptUniqueIdentifier |
Modifier | Constructor and Description |
---|---|
protected |
Concept() |
|
Concept(java.lang.String conceptUniqueIdentifier) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
java.lang.String |
getConceptUniqueIdentifier() |
int |
hashCode() |
java.lang.String |
toString() |
public Concept(java.lang.String conceptUniqueIdentifier)
protected Concept()
public java.lang.String getConceptUniqueIdentifier()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object