gov.nih.nci.caarray.external.v1_0.value
Class TermValue

java.lang.Object
  extended by gov.nih.nci.caarray.external.v1_0.value.AbstractValue
      extended by gov.nih.nci.caarray.external.v1_0.value.TermValue
All Implemented Interfaces:
java.io.Serializable

public class TermValue
extends AbstractValue

A TermValue is a value defined by a term within a controlled vocabulary.

Author:
dkokotov
See Also:
Serialized Form

Constructor Summary
TermValue()
           
 
Method Summary
 Term getTerm()
           
 void setTerm(Term term)
           
 
Methods inherited from class gov.nih.nci.caarray.external.v1_0.value.AbstractValue
equals, getUnit, hashCode, setUnit, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TermValue

public TermValue()
Method Detail

getTerm

public Term getTerm()
Returns:
the term

setTerm

public void setTerm(Term term)
Parameters:
term - the term to set