Textractor API textractor-720 (20091120123250)

textractor
Class PlainTerm

java.lang.Object
  extended by textractor.PlainTerm
All Implemented Interfaces:
Serializable, IResultTerm

public final class PlainTerm
extends Object
implements IResultTerm, Serializable

Class for various a plain term (just a "term" value).

Author:
Kevin Dorff
See Also:
Serialized Form

Constructor Summary
PlainTerm(String term)
          Create a new PlainTerm.
 
Method Summary
 String getTerm()
          Get the term value.
 void setTerm(String newval)
          Set the term value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlainTerm

public PlainTerm(String term)
Create a new PlainTerm.

Parameters:
term - the term value
Method Detail

getTerm

public String getTerm()
Get the term value.

Specified by:
getTerm in interface IResultTerm
Returns:
the term value

setTerm

public void setTerm(String newval)
Set the term value.

Specified by:
setTerm in interface IResultTerm
Parameters:
newval - new value for term

Textractor API textractor-720 (20091120123250)

Copyright © 2003-2008 Institute for Computational Biomedicine, All Rights Reserved.