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

Field Summary
private  java.util.ArrayList<Atom> atomCollection
          An associated gov.nih.nci.evs.domain.Atom object's collection
private  java.lang.String cui
          CUI is the Concept Unique Identifier within the MetaThesaurus.
private  java.util.ArrayList<Definition> definitionCollection
          An associated gov.nih.nci.evs.domain.Definition object's collection
private  java.lang.String name
          Specifies the concept name
private  java.util.ArrayList<SemanticType> semanticTypeCollection
          An associated gov.nih.nci.evs.domain.SemanticType object's collection
private static long serialVersionUID
          An attribute to allow serialization of the domain objects
private  java.util.ArrayList<Source> sourceCollection
          An associated gov.nih.nci.evs.domain.Source object's collection
private  java.util.ArrayList synonymCollection
          Specifies sysnonyms for the concept
 
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
 

Field Detail

serialVersionUID

private static final long serialVersionUID
An attribute to allow serialization of the domain objects

See Also:
Constant Field Values

cui

private java.lang.String cui
CUI is the Concept Unique Identifier within the MetaThesaurus.


name

private java.lang.String name
Specifies the concept name


synonymCollection

private java.util.ArrayList synonymCollection
Specifies sysnonyms for the concept


definitionCollection

private java.util.ArrayList<Definition> definitionCollection
An associated gov.nih.nci.evs.domain.Definition object's collection


semanticTypeCollection

private java.util.ArrayList<SemanticType> semanticTypeCollection
An associated gov.nih.nci.evs.domain.SemanticType object's collection


atomCollection

private java.util.ArrayList<Atom> atomCollection
An associated gov.nih.nci.evs.domain.Atom object's collection


sourceCollection

private java.util.ArrayList<Source> sourceCollection
An associated gov.nih.nci.evs.domain.Source object's collection

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


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


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


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


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



This API was generated by the caCORE Software Development Kit.