gov.nih.nci.evs.domain
Class MetaThesaurusConcept

java.lang.Object
  extended by gov.nih.nci.evs.domain.MetaThesaurusConcept
All Implemented Interfaces:
java.io.Serializable

public class MetaThesaurusConcept
extends java.lang.Object
implements java.io.Serializable

MetaThesaurusConcept is the fundamental vocabulary entity in the NCI MetaThesaurus.

See Also:
Serialized Form

Constructor Summary
MetaThesaurusConcept()
           
 
Method Summary
 java.util.ArrayList<Atom> getAtomCollection()
          Retreives the value of atomCollection attribue
 java.lang.String getCui()
          Retreives the value of cui attribue
 java.util.ArrayList<Definition> getDefinitionCollection()
          Retreives the value of definitionCollection attribue
 java.lang.String getName()
          Retreives the value of name attribue
 java.util.ArrayList<SemanticType> getSemanticTypeCollection()
          Retreives the value of semanticTypeCollection attribue
 java.util.ArrayList<Source> getSourceCollection()
          Retreives the value of sourceCollection attribue
 java.util.ArrayList getSynonymCollection()
          Retreives the value of synonymCollection attribue
 void setAtomCollection(java.util.ArrayList<Atom> atomCollection)
          Sets the value of atomCollection attribue
 void setCui(java.lang.String cui)
          Sets the value of cui attribue
 void setDefinitionCollection(java.util.ArrayList<Definition> definitionCollection)
          Sets the value of definitionCollection attribue
 void setName(java.lang.String name)
          Sets the value of name attribue
 void setSemanticTypeCollection(java.util.ArrayList<SemanticType> semanticTypeCollection)
          Sets the value of semanticTypeCollection attribue
 void setSourceCollection(java.util.ArrayList<Source> sourceCollection)
          Sets the value of sourceCollection attribue
 void setSynonymCollection(java.util.ArrayList synonymCollection)
          Sets the value of synonymCollection attribue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MetaThesaurusConcept

public MetaThesaurusConcept()
Method Detail

getCui

public java.lang.String getCui()
Retreives the value of cui attribue

Returns:
cui

setCui

public void setCui(java.lang.String cui)
Sets the value of cui attribue


getName

public java.lang.String getName()
Retreives the value of name attribue

Returns:
name

setName

public void setName(java.lang.String name)
Sets the value of name attribue


getSynonymCollection

public java.util.ArrayList getSynonymCollection()
Retreives the value of synonymCollection attribue

Returns:
synonymCollection

setSynonymCollection

public void setSynonymCollection(java.util.ArrayList synonymCollection)
Sets the value of synonymCollection attribue


getSemanticTypeCollection

public java.util.ArrayList<SemanticType> getSemanticTypeCollection()
Retreives the value of semanticTypeCollection attribue

Returns:
semanticTypeCollection

setSemanticTypeCollection

public void setSemanticTypeCollection(java.util.ArrayList<SemanticType> semanticTypeCollection)
Sets the value of semanticTypeCollection attribue


getSourceCollection

public java.util.ArrayList<Source> getSourceCollection()
Retreives the value of sourceCollection attribue

Returns:
sourceCollection

setSourceCollection

public void setSourceCollection(java.util.ArrayList<Source> sourceCollection)
Sets the value of sourceCollection attribue


getDefinitionCollection

public java.util.ArrayList<Definition> getDefinitionCollection()
Retreives the value of definitionCollection attribue

Returns:
definitionCollection

setDefinitionCollection

public void setDefinitionCollection(java.util.ArrayList<Definition> definitionCollection)
Sets the value of definitionCollection attribue


getAtomCollection

public java.util.ArrayList<Atom> getAtomCollection()
Retreives the value of atomCollection attribue

Returns:
atomCollection

setAtomCollection

public void setAtomCollection(java.util.ArrayList<Atom> atomCollection)
Sets the value of atomCollection attribue



Copyright © 2007 National Cancer Institute (NCI). All Rights Reserved.