Class AsSortData

  • All Implemented Interfaces:
    java.io.Serializable

    public class AsSortData
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      AsSortData()  
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      java.lang.String getCode()  
      java.lang.String getName()  
      boolean isApplyPromotedItems()
      Deprecated, for removal: This API element is subject to removal in a future version.
      true
      boolean isHighlightPromotedItems()
      Deprecated, for removal: This API element is subject to removal in a future version.
      true
      void setApplyPromotedItems​(boolean applyPromotedItems)
      Deprecated, for removal: This API element is subject to removal in a future version.
      true
      void setCode​(java.lang.String code)  
      void setHighlightPromotedItems​(boolean highlightPromotedItems)
      Deprecated, for removal: This API element is subject to removal in a future version.
      true
      void setName​(java.lang.String name)  
      • Methods inherited from class java.lang.Object

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

      • AsSortData

        public AsSortData()
    • Method Detail

      • setCode

        public void setCode​(java.lang.String code)
      • getCode

        public java.lang.String getCode()
      • setName

        public void setName​(java.lang.String name)
      • getName

        public java.lang.String getName()
      • setApplyPromotedItems

        @Deprecated(since="20.11",
                    forRemoval=true)
        public void setApplyPromotedItems​(boolean applyPromotedItems)
        Deprecated, for removal: This API element is subject to removal in a future version.
        true
      • isApplyPromotedItems

        @Deprecated(since="20.11",
                    forRemoval=true)
        public boolean isApplyPromotedItems()
        Deprecated, for removal: This API element is subject to removal in a future version.
        true
      • setHighlightPromotedItems

        @Deprecated(since="20.11",
                    forRemoval=true)
        public void setHighlightPromotedItems​(boolean highlightPromotedItems)
        Deprecated, for removal: This API element is subject to removal in a future version.
        true
      • isHighlightPromotedItems

        @Deprecated(since="20.11",
                    forRemoval=true)
        public boolean isHighlightPromotedItems()
        Deprecated, for removal: This API element is subject to removal in a future version.
        true