net.vvakame.blaz.filter
Class PropertyKeyLtFilter

java.lang.Object
  extended by net.vvakame.blaz.filter.AbstractPropertyFilter
      extended by net.vvakame.blaz.filter.PropertyKeyLtFilter
All Implemented Interfaces:
Filter

public class PropertyKeyLtFilter
extends AbstractPropertyFilter
implements Filter

Entityを検索するためのフィルタ

Author:
vvakame

Nested Class Summary
 
Nested classes/interfaces inherited from interface net.vvakame.blaz.Filter
Filter.FilterOption, Filter.FilterTarget
 
Constructor Summary
PropertyKeyLtFilter(String name, Key value)
          the constructor.
 
Method Summary
 Filter.FilterOption getOption()
           
 Key getValue()
           
 
Methods inherited from class net.vvakame.blaz.filter.AbstractPropertyFilter
getName, getTarget
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface net.vvakame.blaz.Filter
getName, getTarget
 

Constructor Detail

PropertyKeyLtFilter

public PropertyKeyLtFilter(String name,
                           Key value)
the constructor.

Parameters:
name -
value -
Method Detail

getOption

public Filter.FilterOption getOption()
Specified by:
getOption in interface Filter
Returns:
the option

getValue

public Key getValue()
Specified by:
getValue in interface Filter
Returns:
the value


Copyright © 2012. All Rights Reserved.