com.pixelmed.anatproc
Class Concept

java.lang.Object
  extended by com.pixelmed.anatproc.Concept
Direct Known Subclasses:
CodedConcept

public class Concept
extends Object

This class represents a concept that has a coded representation.


Field Summary
protected  String conceptUniqueIdentifier
           
 
Constructor Summary
protected Concept()
           
  Concept(String conceptUniqueIdentifier)
           
 
Method Summary
 boolean equals(Object o)
           
 String getConceptUniqueIdentifier()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

conceptUniqueIdentifier

protected String conceptUniqueIdentifier
Constructor Detail

Concept

public Concept(String conceptUniqueIdentifier)

Concept

protected Concept()
Method Detail

getConceptUniqueIdentifier

public String getConceptUniqueIdentifier()

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object