public class BoostRuleEditorData extends AbstractBoostRuleConfigurationEditorData
| Constructor and Description |
|---|
BoostRuleEditorData() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.lang.Float |
getBoost() |
AbstractAsBoostRuleConfiguration |
getBoostRuleConfiguration() |
AsBoostType |
getBoostType() |
java.lang.String |
getBoostTypeSymbol() |
java.lang.String |
getIndexProperty() |
int |
hashCode() |
void |
setBoost(java.lang.Float boost) |
void |
setBoostRuleConfiguration(AbstractAsBoostRuleConfiguration boostRuleConfiguration) |
void |
setBoostType(AsBoostType boostType) |
void |
setBoostTypeSymbol(java.lang.String boostTypeSymbol) |
void |
setIndexProperty(java.lang.String indexProperty) |
getLabel, getModel, getUid, isFromSearchConfiguration, isFromSearchProfile, isInSearchResult, isOpen, isOverride, isOverrideFromSearchProfile, isRankDownAllowed, isRankUpAllowed, isValid, setFromSearchConfiguration, setFromSearchProfile, setInSearchResult, setLabel, setModel, setOpen, setOverride, setOverrideFromSearchProfile, setRankDownAllowed, setRankUpAllowed, setUid, setValidpublic void setIndexProperty(java.lang.String indexProperty)
public java.lang.String getIndexProperty()
public void setBoostType(AsBoostType boostType)
public AsBoostType getBoostType()
public void setBoostTypeSymbol(java.lang.String boostTypeSymbol)
public java.lang.String getBoostTypeSymbol()
public void setBoost(java.lang.Float boost)
public java.lang.Float getBoost()
public void setBoostRuleConfiguration(AbstractAsBoostRuleConfiguration boostRuleConfiguration)
public AbstractAsBoostRuleConfiguration getBoostRuleConfiguration()
public boolean equals(java.lang.Object o)
equals in class AbstractEditorDatapublic int hashCode()
hashCode in class AbstractEditorDataCopyright © 2018 SAP SE. All Rights Reserved.