Class SnMatchTermsQuery
- java.lang.Object
-
- de.hybris.platform.searchservices.search.data.AbstractSnQuery
-
- de.hybris.platform.searchservices.search.data.AbstractSnExpressionQuery
-
- de.hybris.platform.searchservices.search.data.AbstractSnExpressionAndValuesQuery
-
- de.hybris.platform.searchservices.search.data.SnMatchTermsQuery
-
public class SnMatchTermsQuery extends AbstractSnExpressionAndValuesQuery
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringTYPE
-
Constructor Summary
Constructors Constructor Description SnMatchTermsQuery()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SnMatchTypegetMatchType()java.lang.StringgetType()voidsetMatchType(SnMatchType matchType)-
Methods inherited from class de.hybris.platform.searchservices.search.data.AbstractSnExpressionAndValuesQuery
getValues, setValues
-
Methods inherited from class de.hybris.platform.searchservices.search.data.AbstractSnExpressionQuery
getExpression, getLanguage, getQualifierId, setExpression, setLanguage, setQualifierId
-
Methods inherited from class de.hybris.platform.searchservices.search.data.AbstractSnQuery
toString
-
-
-
-
Field Detail
-
TYPE
public static final java.lang.String TYPE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getType
public java.lang.String getType()
- Specified by:
getTypein classAbstractSnQuery
-
getMatchType
public SnMatchType getMatchType()
-
setMatchType
public void setMatchType(SnMatchType matchType)
-
-