Class AsKeyword
java.lang.Object
de.hybris.platform.adaptivesearch.context.AsKeyword
- All Implemented Interfaces:
Serializable
Class representing a keyword.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAsKeyword(String value, AsKeywordModifier... modifiers) Creates a new keyword. -
Method Summary
Modifier and TypeMethodDescriptionReturns the modifiers of the keyword.getValue()Returns the value of the keyword.
-
Constructor Details
-
AsKeyword
Creates a new keyword.- Parameters:
value- - the valuemodifiers- - the modifiers
-
-
Method Details
-
getValue
Returns the value of the keyword.- Returns:
- the value
-
getModifiers
Returns the modifiers of the keyword.- Returns:
- the modifiers
-