Class SearchCriteria

java.lang.Object
com.skava.report.model.entity.criteria.SearchCriteria
All Implemented Interfaces:
Serializable

public class SearchCriteria extends Object implements Serializable
The Class SearchCriteria.
Author:
Infosys Equinox
See Also:
  • Field Details

  • 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 - key of String type
      operation - operation to be done, this is of String type
      value - value of Object type