org.jboss.portal.search.query.impl
Class KeywordQueryTerm

java.lang.Object
  extended by org.jboss.portal.search.query.impl.KeywordQueryTerm
All Implemented Interfaces:
QueryTerm

public class KeywordQueryTerm
extends java.lang.Object
implements QueryTerm

Version:
$Revision$
Author:
Thomas Heute

Constructor Summary
KeywordQueryTerm(java.lang.String keyword)
           
 
Method Summary
 java.lang.String getKeyWord()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeywordQueryTerm

public KeywordQueryTerm(java.lang.String keyword)
Method Detail

getKeyWord

public java.lang.String getKeyWord()