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

Field Summary
private  java.lang.String definition
          A textual description of a term
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
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
 

Field Detail

serialVersionUID

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

See Also:
Constant Field Values

definition

private java.lang.String definition
A textual description of a term


source

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

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



This API was generated by the caCORE Software Development Kit.