Package com.skava.oms.entity.criteria
Class SearchCriteria
java.lang.Object
com.skava.oms.entity.criteria.SearchCriteria
- All Implemented Interfaces:
Serializable
The class contains the search operation
- 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_GT
- See Also:
-
OPERATION_LT
- See Also:
-
OPERATION_EQ
- See Also:
-
OPERATION_IN
- See Also:
-
OPERATION_LIKE
- 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
-