org.nuiton.wikitty.search.operators
Class False

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

Deprecated. since 3.3 use new query api WikittyQuery

@Deprecated
public class False
extends Restriction
implements Serializable

User: couteau Date: 08/04/11

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.nuiton.wikitty.search.operators.Restriction
name
 
Constructor Summary
False()
          Deprecated. Default constructor
 
Method Summary
 boolean equals(Object other)
          Deprecated. Equality test based attributes values
 int hashCode()
          Deprecated.  
 
Methods inherited from class org.nuiton.wikitty.search.operators.Restriction
getName, setName
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

False

public False()
Deprecated. 
Default constructor

Method Detail

equals

public boolean equals(Object other)
Deprecated. 
Equality test based attributes values

Overrides:
equals in class Restriction
Parameters:
other - Value to compare

hashCode

public int hashCode()
Deprecated. 
Overrides:
hashCode in class Restriction


Copyright © 2009-2012 CodeLutin. All Rights Reserved.