Class SortData

  • All Implemented Interfaces:
    java.io.Serializable

    @Deprecated(forRemoval=true)
    public class SortData
    extends java.lang.Object
    implements java.io.Serializable
    Deprecated, 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 instead
    POJO 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.String getCode()
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      java.lang.String getName()
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      boolean isSelected()
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      void setCode​(java.lang.String code)
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      void setName​(java.lang.String name)
      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 Detail

      • SortData

        public SortData()
        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.