org.nuiton.wikitty.search
Class AssociatedRestriction

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

public class AssociatedRestriction
extends Restriction

See Also:
Serialized Form

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

Constructor Detail

AssociatedRestriction

public AssociatedRestriction(Restriction parentRestriction,
                             Restriction embededRestriction,
                             Element element)
Method Detail

getParentRestrictionDto

public Restriction getParentRestrictionDto()

getElement

public Element getElement()

setElement

public void setElement(Element element)

getRestriction

public Restriction getRestriction()


Copyright © 2009-2010 CodeLutin. All Rights Reserved.