Class SortData
- java.lang.Object
-
- de.hybris.platform.commerceservices.search.pagedata.SortData
-
- All Implemented Interfaces:
java.io.Serializable
@Deprecated(forRemoval=true) public class SortData extends java.lang.Object implements java.io.SerializableDeprecated, for removal: This API element is subject to removal in a future version.Since version 6.5 use de.hybris.platform.core.servicelayer.data.SortData insteadPOJO representing a sort option.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SortData()Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.lang.StringgetCode()Deprecated, for removal: This API element is subject to removal in a future version.java.lang.StringgetName()Deprecated, for removal: This API element is subject to removal in a future version.booleanisSelected()Deprecated, for removal: This API element is subject to removal in a future version.voidsetCode(java.lang.String code)Deprecated, for removal: This API element is subject to removal in a future version.voidsetName(java.lang.String name)Deprecated, for removal: This API element is subject to removal in a future version.voidsetSelected(boolean selected)Deprecated, for removal: This API element is subject to removal in a future version.
-
-
-
Method Detail
-
setCode
public void setCode(java.lang.String code)
Deprecated, for removal: This API element is subject to removal in a future version.
-
getCode
public java.lang.String getCode()
Deprecated, for removal: This API element is subject to removal in a future version.
-
setName
public void setName(java.lang.String name)
Deprecated, for removal: This API element is subject to removal in a future version.
-
getName
public java.lang.String getName()
Deprecated, for removal: This API element is subject to removal in a future version.
-
setSelected
public void setSelected(boolean selected)
Deprecated, for removal: This API element is subject to removal in a future version.
-
isSelected
public boolean isSelected()
Deprecated, for removal: This API element is subject to removal in a future version.
-
-