edu.mssm.crover.tools.tissue
Class TissueSelection
java.lang.Object
|
+--edu.mssm.crover.tools.tissue.TissueSelection
- All Implemented Interfaces:
- java.lang.Comparable
- public class TissueSelection
- extends java.lang.Object
- implements java.lang.Comparable
Storage class for tissue information.
Stores both an English language text representation and a CuratedTissue representation
of a user-inputted String describing a tissue.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TissueSelection
public TissueSelection()
setSentence
public void setSentence(java.lang.String sentence)
getSentence
public java.lang.String getSentence()
setCuratedTissue
public void setCuratedTissue(CuratedTissue curated_tissue)
- Sets both the CuratedTissue and the English language sentence.
This is the main method used in this class.
getCuratedTissue
public CuratedTissue getCuratedTissue()
compareTo
public int compareTo(java.lang.Object o)
- Specified by:
compareTo in interface java.lang.Comparable
Copyright @ 2003 Mount Sinai School of Medicine. All Rights Reserved.