org.nuiton.wikitty.search.operators
Class AssociatedRestriction

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

Deprecated. since 3.3 use new query api WikittyQuery

@Deprecated
public class AssociatedRestriction
extends Restriction

See Also:
Serialized Form

Field Summary
protected  Element element
          Deprecated.  
protected  Restriction restriction
          Deprecated.  
 
Fields inherited from class org.nuiton.wikitty.search.operators.Restriction
name
 
Constructor Summary
AssociatedRestriction(Element element, Restriction restriction)
          Deprecated.  
 
Method Summary
 Element getElement()
          Deprecated.  
 Restriction getRestriction()
          Deprecated.  
 void setElement(Element element)
          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

element

protected Element element
Deprecated. 

restriction

protected Restriction restriction
Deprecated. 
Constructor Detail

AssociatedRestriction

public AssociatedRestriction(Element element,
                             Restriction restriction)
Deprecated. 
Method Detail

getElement

public Element getElement()
Deprecated. 

setElement

public void setElement(Element element)
Deprecated. 

getRestriction

public Restriction getRestriction()
Deprecated. 


Copyright © 2009-2012 CodeLutin. All Rights Reserved.