Package net.anotheria.anodoc.query2
Class QueryLikeProperty
- java.lang.Object
-
- net.anotheria.anodoc.query2.QueryProperty
-
- net.anotheria.anodoc.query2.QueryLikeProperty
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
QueryCaseInsensitiveLikeProperty
public class QueryLikeProperty extends QueryProperty
QueryLikeProperty class.
- Version:
- $Id: $Id
- Author:
- another
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description QueryLikeProperty(java.lang.String aName, java.lang.Object aValue)Constructor for QueryLikeProperty.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleandoesMatch(java.lang.Object o)doesMatch.java.lang.StringgetComparator()getComparator.java.lang.ObjectgetValue()Getter for the fieldvalue.-
Methods inherited from class net.anotheria.anodoc.query2.QueryProperty
getName, getOriginalValue, setName, setValue, toString, unprepaireable
-
-
-
-
Method Detail
-
getComparator
public java.lang.String getComparator()
getComparator.
- Overrides:
getComparatorin classQueryProperty- Returns:
- a
Stringobject.
-
getValue
public java.lang.Object getValue()
Getter for the field
value.- Overrides:
getValuein classQueryProperty- Returns:
- a
Objectobject.
-
doesMatch
public boolean doesMatch(java.lang.Object o)
doesMatch.
- Overrides:
doesMatchin classQueryProperty- Parameters:
o- aObjectobject.- Returns:
- a boolean.
-
-