Package net.anotheria.anodoc.query2
Class QueryNotEqualProperty
- java.lang.Object
-
- net.anotheria.anodoc.query2.QueryProperty
-
- net.anotheria.anodoc.query2.QueryNotEqualProperty
-
- All Implemented Interfaces:
java.io.Serializable
public class QueryNotEqualProperty extends QueryProperty
Difference with QueryProperty is property value of queried object must be less then specified in this query. IMPORTANT:Tested only in postgressql!- Version:
- $Id: $Id
- Author:
- denis
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description QueryNotEqualProperty(java.lang.String name, java.lang.Object value)Creates a new QueryNotEqualProperty.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleandoesMatch(java.lang.Object o)doesMatch.java.lang.StringgetComparator()Returns the comparator operation for this query.java.lang.StringtoString()-
Methods inherited from class net.anotheria.anodoc.query2.QueryProperty
getName, getOriginalValue, getValue, setName, setValue, unprepaireable
-
-
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toStringin classQueryProperty
-
getComparator
public java.lang.String getComparator()
Returns the comparator operation for this query.- Overrides:
getComparatorin classQueryProperty- Returns:
- a
Stringobject.
-
doesMatch
public boolean doesMatch(java.lang.Object o)
doesMatch.
- Overrides:
doesMatchin classQueryProperty- Parameters:
o- aObjectobject.- Returns:
- a boolean.
-
-