Class AsKeyword
- java.lang.Object
-
- de.hybris.platform.adaptivesearch.context.AsKeyword
-
- All Implemented Interfaces:
java.io.Serializable
public class AsKeyword extends java.lang.Object implements java.io.SerializableClass representing a keyword.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AsKeyword(java.lang.String value, AsKeywordModifier... modifiers)Creates a new keyword.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Collection<AsKeywordModifier>getModifiers()Returns the modifiers of the keyword.java.lang.StringgetValue()Returns the value of the keyword.
-
-
-
Constructor Detail
-
AsKeyword
public AsKeyword(java.lang.String value, AsKeywordModifier... modifiers)Creates a new keyword.- Parameters:
value- - the valuemodifiers- - the modifiers
-
-
Method Detail
-
getValue
public java.lang.String getValue()
Returns the value of the keyword.- Returns:
- the value
-
getModifiers
public java.util.Collection<AsKeywordModifier> getModifiers()
Returns the modifiers of the keyword.- Returns:
- the modifiers
-
-