org.nuiton.wikitty.search.operators
Class Null

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

public class Null
extends Restriction

Is null or is not null restriction

Author:
ruchaud
See Also:
Serialized Form

Field Summary
protected  String fieldName
           
 
Fields inherited from class org.nuiton.wikitty.search.operators.Restriction
name
 
Constructor Summary
Null()
           
Null(String fieldName)
           
 
Method Summary
 String getFieldName()
           
 void setFieldName(String fieldName)
           
 
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

fieldName

protected String fieldName
Constructor Detail

Null

public Null()

Null

public Null(String fieldName)
Method Detail

getFieldName

public String getFieldName()

setFieldName

public void setFieldName(String fieldName)


Copyright © 2009-2010 CodeLutin. All Rights Reserved.