org.siebengeisslein.indexedlist.condition
Class AbstractQueryCondition

java.lang.Object
  extended by org.siebengeisslein.indexedlist.condition.AbstractQueryCondition
All Implemented Interfaces:
QueryCondition
Direct Known Subclasses:
AbstractEqualQueryCondition, MultiIncludesQueryCondition, PrefixQueryCondition

public abstract class AbstractQueryCondition
extends java.lang.Object
implements QueryCondition


Constructor Summary
AbstractQueryCondition(java.lang.String name, int limit)
           
 
Method Summary
protected  java.lang.String getFieldName()
           
protected  int getLimit()
           
protected  java.lang.Object getValue(java.lang.Object next)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.siebengeisslein.indexedlist.QueryCondition
execute
 

Constructor Detail

AbstractQueryCondition

public AbstractQueryCondition(java.lang.String name,
                              int limit)
Method Detail

getLimit

protected int getLimit()

getFieldName

protected java.lang.String getFieldName()

getValue

protected java.lang.Object getValue(java.lang.Object next)