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

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

serialVersionUID

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

See Also:
Constant Field Values

code

private java.lang.String code
The code is a unique identifer within a source associated to the atom


lui

private java.lang.String lui
The lui holds the Lexical unique identifier for the atom


name

private java.lang.String name
The name attribute stores the name of the term


origin

private java.lang.String origin
The origin attribute holds the origin of the atom


source

private Source source
An associated gov.nih.nci.evs.domain.Source object

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



This API was generated by the caCORE Software Development Kit.