|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.fuin.utils4j.filter.PropertyFilter
org.fuin.utils4j.filter.ComparablePropertyFilter
org.fuin.utils4j.filter.IntegerPropertyFilter
public class IntegerPropertyFilter
Defines a filter on a Integer property.
| Constructor Summary | |
|---|---|
IntegerPropertyFilter(String newPropertyName,
ComparableFilter.Operator newOperator,
Integer constValue)
Constructor. |
|
IntegerPropertyFilter(String newPropertyName,
String newOperator,
Integer constValue)
Constructor. |
|
| Method Summary | |
|---|---|
protected String[] |
createGetterNames(String property)
Creates the appropriate getter names for the type. |
Integer |
getConstValue()
Returns the constant value any value is compared with. |
| Methods inherited from class org.fuin.utils4j.filter.ComparablePropertyFilter |
|---|
complies, getFilter, getOperator, getOperatorName, toString |
| Methods inherited from class org.fuin.utils4j.filter.PropertyFilter |
|---|
getProperty, getPropertyName |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public IntegerPropertyFilter(String newPropertyName,
String newOperator,
Integer constValue)
newPropertyName - Name of the property.newOperator - Operator to use.constValue - Value to compare with.
public IntegerPropertyFilter(String newPropertyName,
ComparableFilter.Operator newOperator,
Integer constValue)
newPropertyName - Name of the property.newOperator - Operator to use.constValue - Value to compare with.| Method Detail |
|---|
protected final String[] createGetterNames(String property)
createGetterNames in class PropertyFilterproperty - Name of the Property.
public final Integer getConstValue()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||