Class AsSortData
- java.lang.Object
-
- de.hybris.platform.adaptivesearch.data.AsSortData
-
- All Implemented Interfaces:
java.io.Serializable
public class AsSortData extends java.lang.Object implements java.io.Serializable- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AsSortData()
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.lang.StringgetCode()java.lang.StringgetName()booleanisApplyPromotedItems()Deprecated, for removal: This API element is subject to removal in a future version.truebooleanisHighlightPromotedItems()Deprecated, for removal: This API element is subject to removal in a future version.truevoidsetApplyPromotedItems(boolean applyPromotedItems)Deprecated, for removal: This API element is subject to removal in a future version.truevoidsetCode(java.lang.String code)voidsetHighlightPromotedItems(boolean highlightPromotedItems)Deprecated, for removal: This API element is subject to removal in a future version.truevoidsetName(java.lang.String name)
-
-
-
Method Detail
-
setCode
public void setCode(java.lang.String code)
-
getCode
public java.lang.String getCode()
-
setName
public void setName(java.lang.String name)
-
getName
public java.lang.String getName()
-
setApplyPromotedItems
@Deprecated(since="20.11", forRemoval=true) public void setApplyPromotedItems(boolean applyPromotedItems)Deprecated, for removal: This API element is subject to removal in a future version.true
-
isApplyPromotedItems
@Deprecated(since="20.11", forRemoval=true) public boolean isApplyPromotedItems()Deprecated, for removal: This API element is subject to removal in a future version.true
-
setHighlightPromotedItems
@Deprecated(since="20.11", forRemoval=true) public void setHighlightPromotedItems(boolean highlightPromotedItems)Deprecated, for removal: This API element is subject to removal in a future version.true
-
isHighlightPromotedItems
@Deprecated(since="20.11", forRemoval=true) public boolean isHighlightPromotedItems()Deprecated, for removal: This API element is subject to removal in a future version.true
-
-