net.vvakame.blaz.filter
Class PropertyIntegerEqFilter

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

public class PropertyIntegerEqFilter
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
PropertyIntegerEqFilter(String name, long value)
          the constructor.
 
Method Summary
 Filter.FilterOption getOption()
           
 Long 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

PropertyIntegerEqFilter

public PropertyIntegerEqFilter(String name,
                               long value)
the constructor.

Parameters:
name -
value -
Method Detail

getOption

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

getValue

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


Copyright © 2012. All Rights Reserved.