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

    Constructors
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    boolean
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setSelected(boolean selected)
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SortData

      public SortData()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • setCode

      public void setCode(String code)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getCode

      public String getCode()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setName

      public void setName(String name)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getName

      public 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.