org.nuiton.wikitty.search.operators
Class Keyword

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

Deprecated. since 3.3 use new query api WikittyQuery

@Deprecated
public class Keyword
extends Restriction

Search keyword in all wikitty.

Author:
ruchaud
See Also:
Serialized Form

Field Summary
protected  String value
          Deprecated.  
 
Fields inherited from class org.nuiton.wikitty.search.operators.Restriction
name
 
Constructor Summary
Keyword()
          Deprecated.  
Keyword(String value)
          Deprecated.  
 
Method Summary
 String getValue()
          Deprecated.  
 void setValue(String value)
          Deprecated.  
 
Methods inherited from class org.nuiton.wikitty.search.operators.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 String value
Deprecated. 
Constructor Detail

Keyword

public Keyword()
Deprecated. 

Keyword

public Keyword(String value)
Deprecated. 
Method Detail

getValue

public String getValue()
Deprecated. 

setValue

public void setValue(String value)
Deprecated. 


Copyright © 2009-2012 CodeLutin. All Rights Reserved.