Package com.skava.helper.search
Class SearchCriteria
java.lang.Object
com.skava.helper.search.SearchCriteria
- All Implemented Interfaces:
Serializable
This class is used to hold the search criteria values used for performing 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
- Indicates the key value.operation
- Indicates the operation value.value
- Indicates the value.
-