Class SortData
java.lang.Object
de.hybris.platform.commerceservices.search.pagedata.SortData
- All Implemented Interfaces:
Serializable
@Deprecated(since="6.5",
forRemoval=true)
public class SortData
extends Object
implements Serializable
Deprecated, for removal: This API element is subject to removal in a future version.
use de.hybris.platform.core.servicelayer.data.SortData instead
POJO representing a sort option.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSortData()Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptiongetCode()Deprecated, for removal: This API element is subject to removal in a future version.getName()Deprecated, for removal: This API element is subject to removal in a future version.booleanDeprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, 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.
-
Constructor Details
-
SortData
public SortData()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
setCode
Deprecated, for removal: This API element is subject to removal in a future version. -
getCode
Deprecated, for removal: This API element is subject to removal in a future version. -
setName
Deprecated, for removal: This API element is subject to removal in a future version. -
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.
-