gov.nih.nci.evs.domain
Class Atom

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

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

Atom is an occurrence of a term in a source.

See Also:
Serialized Form

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

Atom

public Atom()
Method Detail

getCode

public java.lang.String getCode()
Retreives the value of code attribue

Returns:
code

setCode

public void setCode(java.lang.String code)
Sets the value of code attribue


getLui

public java.lang.String getLui()
Retreives the value of lui attribue

Returns:
lui

setLui

public void setLui(java.lang.String lui)
Sets the value of lui 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


getOrigin

public java.lang.String getOrigin()
Retreives the value of origin attribue

Returns:
origin

setOrigin

public void setOrigin(java.lang.String origin)
Sets the value of origin attribue


getSource

public Source getSource()
Retreives the value of source attribue

Returns:
source

setSource

public void setSource(Source source)
Sets the value of source attribue



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