SearchBindingpublic class SearchBinding extends Object implements Serializable
Fields Summary |
---|
static final long | serialVersionUID | private String | fieldThe name of the field being searched on. | private SearchBoolean | searchBooleanThe boolean for the search, i.e. AND or OR. | private SearchOperator | operatorThe operator joining the field and the value in question. | private Object | valueThe value to which the field should be related for this query. |
|