|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nih.nci.evs.domain.Atom
public class Atom
Atom is an occurrence of a term in a source.
Field Summary | |
---|---|
private java.lang.String |
code
The code is a unique identifer within a source associated to the atom |
private java.lang.String |
lui
The lui holds the Lexical unique identifier for the atom |
private java.lang.String |
name
The name attribute stores the name of the term |
private java.lang.String |
origin
The origin attribute holds the origin of the atom |
private static long |
serialVersionUID
An attribute to allow serialization of the domain objects |
private Source |
source
An associated gov.nih.nci.evs.domain.Source object |
Constructor Summary | |
---|---|
Atom()
|
Method Summary | |
---|---|
java.lang.String |
getCode()
Retreives the value of code attribue |
java.lang.String |
getLui()
Retreives the value of lui attribue |
java.lang.String |
getName()
Retreives the value of name attribue |
java.lang.String |
getOrigin()
Retreives the value of origin attribue |
Source |
getSource()
Retreives the value of source attribue |
void |
setCode(java.lang.String code)
Sets the value of code attribue |
void |
setLui(java.lang.String lui)
Sets the value of lui attribue |
void |
setName(java.lang.String name)
Sets the value of name attribue |
void |
setOrigin(java.lang.String origin)
Sets the value of origin attribue |
void |
setSource(Source source)
Sets the value of source 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 code
private java.lang.String lui
private java.lang.String name
private java.lang.String origin
private Source source
Constructor Detail |
---|
public Atom()
Method Detail |
---|
public java.lang.String getCode()
public void setCode(java.lang.String code)
public java.lang.String getLui()
public void setLui(java.lang.String lui)
public java.lang.String getName()
public void setName(java.lang.String name)
public java.lang.String getOrigin()
public void setOrigin(java.lang.String origin)
public Source getSource()
public void setSource(Source source)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |