Package net.anotheria.anodoc.query2
Class QueryStartsWithProperty
- java.lang.Object
-
- net.anotheria.anodoc.query2.QueryProperty
-
- net.anotheria.anodoc.query2.QueryStartsWithProperty
-
- All Implemented Interfaces:
java.io.Serializable
public class QueryStartsWithProperty extends QueryProperty
QueryStartsWithProperty class.
- Version:
- $Id: $Id
- Author:
- another
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description QueryStartsWithProperty(java.lang.String aName, java.lang.Object aValue)Constructor for QueryStartsWithProperty.
-
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.
-
-