Package io.keikai.model.impl
Class DynamicFilterImpl
- java.lang.Object
-
- io.keikai.model.impl.DynamicFilterImpl
-
- All Implemented Interfaces:
SDynamicFilter
,Serializable
public class DynamicFilterImpl extends Object implements SDynamicFilter, Serializable
DynamicFilter- Author:
- henri
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static SDynamicFilter
NOOP_DYNAFILTER
-
Constructor Summary
Constructors Constructor Description DynamicFilterImpl(Double maxValue, Double value, String type)
-
-
-
Field Detail
-
NOOP_DYNAFILTER
public static final SDynamicFilter NOOP_DYNAFILTER
-
-
Method Detail
-
getType
public String getType()
- Specified by:
getType
in interfaceSDynamicFilter
-
getMaxValue
public Double getMaxValue()
- Specified by:
getMaxValue
in interfaceSDynamicFilter
-
getValue
public Double getValue()
- Specified by:
getValue
in interfaceSDynamicFilter
-
-