net.vvakame.blaz.filter
Class KeyLtEqFilter

java.lang.Object
  extended by net.vvakame.blaz.filter.AbstractKeyFilter
      extended by net.vvakame.blaz.filter.KeyLtEqFilter
All Implemented Interfaces:
Filter

public class KeyLtEqFilter
extends AbstractKeyFilter

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

Author:
vvakame

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

Constructor Detail

KeyLtEqFilter

public KeyLtEqFilter(Key key)
the constructor.

Parameters:
key -
Method Detail

getOption

public Filter.FilterOption getOption()
Returns:
the option

getValue

public Key getValue()
Returns:
the value


Copyright © 2012. All Rights Reserved.