Class SearchCriteria

java.lang.Object
com.skava.helper.search.SearchCriteria
All Implemented Interfaces:
Serializable

public class SearchCriteria extends Object implements Serializable
This class is used to hold the search criteria values used for performing search operations.
Author:
Infosys Equinox
See Also:
  • Constructor Details

    • SearchCriteria

      public SearchCriteria(String key, String operation, Object value)
      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.