Class SearchCriteria
java.lang.Object
com.skava.report.model.entity.criteria.SearchCriteria
- All Implemented Interfaces:
Serializable
The Class SearchCriteria.
- Author:
- Infosys Equinox
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSearchCriteria
(String key, String operation, Object value) Initializes the SearchCriteria class with defining the values for its private members -
Method Summary
-
Field Details
-
WILDCARD_LIKE_ANY
- See Also:
-
OPERATION_GREATER_THAN
- See Also:
-
OPERATION_LESS_THAN
- See Also:
-
OPERATION_EQUAL
- See Also:
-
-
Constructor Details
-
SearchCriteria
Initializes the SearchCriteria class with defining the values for its private members- Parameters:
key
- key of String typeoperation
- operation to be done, this is of String typevalue
- value of Object type
-