|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nih.nci.evs.domain.MetaThesaurusConcept
public class MetaThesaurusConcept
MetaThesaurusConcept is the fundamental vocabulary entity in the NCI MetaThesaurus.
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 |
---|
private static final long serialVersionUID
private java.lang.String cui
private java.lang.String name
private java.util.ArrayList synonymCollection
private java.util.ArrayList<Atom> atomCollection
private java.util.ArrayList<Source> sourceCollection
private java.util.ArrayList<SemanticType> semanticTypeCollection
private java.util.ArrayList<Definition> definitionCollection
Constructor Detail |
---|
public MetaThesaurusConcept()
Method Detail |
---|
public java.lang.String getCui()
public void setCui(java.lang.String cui)
public java.lang.String getName()
public void setName(java.lang.String name)
public java.util.ArrayList getSynonymCollection()
public void setSynonymCollection(java.util.ArrayList synonymCollection)
public java.util.ArrayList<Atom> getAtomCollection()
public void setAtomCollection(java.util.ArrayList<Atom> atomCollection)
public java.util.ArrayList<Source> getSourceCollection()
public void setSourceCollection(java.util.ArrayList<Source> sourceCollection)
public java.util.ArrayList<SemanticType> getSemanticTypeCollection()
public void setSemanticTypeCollection(java.util.ArrayList<SemanticType> semanticTypeCollection)
public java.util.ArrayList<Definition> getDefinitionCollection()
public void setDefinitionCollection(java.util.ArrayList<Definition> definitionCollection)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |