Class AsBoostRule
- java.lang.Object
-
- de.hybris.platform.adaptivesearch.data.AbstractAsConfiguration
-
- de.hybris.platform.adaptivesearch.data.AbstractAsItemConfiguration
-
- de.hybris.platform.adaptivesearch.data.AbstractAsBoostRuleConfiguration
-
- de.hybris.platform.adaptivesearch.data.AsBoostRule
-
- All Implemented Interfaces:
java.io.Serializable
public class AsBoostRule extends AbstractAsBoostRuleConfiguration
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AsBoostRule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.FloatgetBoost()AsBoostTypegetBoostType()java.lang.StringgetIndexProperty()AsBoostOperatorgetOperator()java.lang.StringgetValue()voidsetBoost(java.lang.Float boost)voidsetBoostType(AsBoostType boostType)voidsetIndexProperty(java.lang.String indexProperty)voidsetOperator(AsBoostOperator operator)voidsetValue(java.lang.String value)-
Methods inherited from class de.hybris.platform.adaptivesearch.data.AbstractAsItemConfiguration
getSearchConfigurationUid, getSearchProfileCode, setSearchConfigurationUid, setSearchProfileCode
-
Methods inherited from class de.hybris.platform.adaptivesearch.data.AbstractAsConfiguration
getCatalogVersion, getUid, setCatalogVersion, setUid
-
-
-
-
Method Detail
-
setIndexProperty
public void setIndexProperty(java.lang.String indexProperty)
-
getIndexProperty
public java.lang.String getIndexProperty()
-
setOperator
public void setOperator(AsBoostOperator operator)
-
getOperator
public AsBoostOperator getOperator()
-
setValue
public void setValue(java.lang.String value)
-
getValue
public java.lang.String getValue()
-
setBoostType
public void setBoostType(AsBoostType boostType)
-
getBoostType
public AsBoostType getBoostType()
-
setBoost
public void setBoost(java.lang.Float boost)
-
getBoost
public java.lang.Float getBoost()
-
-