Class MatchTermsQueryDTO
- java.lang.Object
-
- de.hybris.platform.searchprovidercssearchservices.search.data.AbstractQueryDTO
-
- de.hybris.platform.searchprovidercssearchservices.search.data.AbstractExpressionQueryDTO
-
- de.hybris.platform.searchprovidercssearchservices.search.data.AbstractExpressionAndValuesQueryDTO
-
- de.hybris.platform.searchprovidercssearchservices.search.data.MatchTermsQueryDTO
-
- All Implemented Interfaces:
java.io.Serializable
public class MatchTermsQueryDTO extends AbstractExpressionAndValuesQueryDTO
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MatchTermsQueryDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MatchTypeDTOgetMatchType()voidsetMatchType(MatchTypeDTO matchType)-
Methods inherited from class de.hybris.platform.searchprovidercssearchservices.search.data.AbstractExpressionAndValuesQueryDTO
getValues, setValues
-
Methods inherited from class de.hybris.platform.searchprovidercssearchservices.search.data.AbstractExpressionQueryDTO
getExpression, setExpression
-
-
-
-
Method Detail
-
setMatchType
public void setMatchType(MatchTypeDTO matchType)
-
getMatchType
public MatchTypeDTO getMatchType()
-
-