|
||||||||||
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.
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 |
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 |