gov.nih.nci.evs.domain
Class Definition

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

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

This class encapsulates the Definition of EVS Concept object.

See Also:
Serialized Form

Constructor Summary
Definition()
          Initializes a newly created Definition object so that it represents an Definition.
Definition(java.lang.String definition)
           
 
Method Summary
 java.lang.String getDefinition()
          Returns the definition
 Source getSource()
          Returns source Source objects
 void setDefinition(java.lang.String definition)
          Sets the definition for this Definition object
 void setSource(Source source)
          Sets the source for this Concept object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Definition

public Definition()
Initializes a newly created Definition object so that it represents an Definition.


Definition

public Definition(java.lang.String definition)
Method Detail

getDefinition

public java.lang.String getDefinition()
Returns the definition

Returns:
the definition for this Definition object

setDefinition

public void setDefinition(java.lang.String definition)
Sets the definition for this Definition object

Parameters:
definition - the definition

setSource

public void setSource(Source source)
Sets the source for this Concept object

Parameters:
source - of type Source

getSource

public Source getSource()
Returns source Source objects

Returns:
the Source objects associated with this object, otherwise returns null