Package flexagon.fd.model2.pojo
Class SearchCriteria
java.lang.Object
flexagon.ff.common.core.pojos.BasePOJO
flexagon.fd.model2.pojo.SearchCriteria
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSearchCriteria(String pSearchText, Boolean pExactMatch) SearchCriteria(String pSearchText, Boolean pExactMatch, List<SearchCriteria.SearchFields> pSearchFields) -
Method Summary
Modifier and TypeMethodDescriptionvoidsetExactMatch(Boolean pExactMatch) voidsetSearchFields(List<SearchCriteria.SearchFields> pSearchFields) voidsetSearchText(String pSearchText) toString()Returns custom String representation implemented by walking complete object structure.withExactMatch(Boolean pExactMatch) withSearchFields(List<SearchCriteria.SearchFields> pSearchFields) withSearchText(String pSearchText)
-
Field Details
-
DEFAULT_SEARCH_FIELDS
-
-
Constructor Details
-
SearchCriteria
public SearchCriteria() -
SearchCriteria
-
SearchCriteria
public SearchCriteria(String pSearchText, Boolean pExactMatch, List<SearchCriteria.SearchFields> pSearchFields)
-
-
Method Details
-
setSearchText
-
withSearchText
-
getSearchText
-
setExactMatch
-
withExactMatch
-
isExactMatch
-
setSearchFields
-
withSearchFields
-
getSearchFields
-
toString
Description copied from class:BasePOJOReturns custom String representation implemented by walking complete object structure.
-