java.lang.Object
de.hybris.platform.commercewebservicescommons.dto.search.pagedata.SortWsDTO
All Implemented Interfaces:
Serializable

@Deprecated(since="6.5", forRemoval=true) public class SortWsDTO extends Object implements Serializable
Deprecated, for removal: This API element is subject to removal in a future version.
Use de.hybris.platform.webservicescommons.dto.SortWsDTO instead
Representation 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.
     
    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

    • SortWsDTO

      public SortWsDTO()
      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.
    • getSelected

      public Boolean getSelected()
      Deprecated, for removal: This API element is subject to removal in a future version.