Package com.skava.helper.search
Class SearchCriteria
java.lang.Object
com.skava.helper.search.SearchCriteria
- All Implemented Interfaces:
Serializable
This Class is used to build the search criteria using the parameters key, operation and value
to perform the search operations.
- Author:
- Infosys Equinox
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSearchCriteria
(String key, String operation, Object value) Initializes the SearchCriteria class with defining the values for its private members -
Method Summary
-
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
-