org.nuiton.wikitty.search
Class Keyword

java.lang.Object
  extended by org.nuiton.wikitty.search.Restriction
      extended by org.nuiton.wikitty.search.Keyword
All Implemented Interfaces:
java.io.Serializable

public class Keyword
extends Restriction

Search keyword in all wikitty.

Author:
ruchaud
See Also:
Serialized Form

Field Summary
protected  java.lang.String value
           
 
Fields inherited from class org.nuiton.wikitty.search.Restriction
name
 
Constructor Summary
Keyword()
           
Keyword(java.lang.String value)
           
 
Method Summary
 java.lang.String getValue()
           
 void setValue(java.lang.String value)
           
 
Methods inherited from class org.nuiton.wikitty.search.Restriction
equals, getName, hashCode, setName
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

protected java.lang.String value
Constructor Detail

Keyword

public Keyword()

Keyword

public Keyword(java.lang.String value)
Method Detail

getValue

public java.lang.String getValue()

setValue

public void setValue(java.lang.String value)


Copyright © 2009-2010 CodeLutin. All Rights Reserved.