gov.nih.nci.evs.domain
Class Definition

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

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

Textual definition from an identified source

See Also:
Serialized Form

Constructor Summary
Definition()
           
 
Method Summary
 java.lang.String getDefinition()
          Retreives the value of definition attribue
 Source getSource()
          Retreives the value of source attribue
 void setDefinition(java.lang.String definition)
          Sets the value of definition 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

Definition

public Definition()
Method Detail

getDefinition

public java.lang.String getDefinition()
Retreives the value of definition attribue

Returns:
definition

setDefinition

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