net.vvakame.blaz.filter
Class PropertyBooleanEqFilter

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

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

PropertyBooleanEqFilter

public PropertyBooleanEqFilter(String name,
                               boolean value)
the constructor.

Parameters:
name -
value -
Method Detail

getOption

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

getValue

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


Copyright © 2012. All Rights Reserved.