Class SortRequestContainer

    • Constructor Detail

      • SortRequestContainer

        public SortRequestContainer​(Control control)
        Creates a new instance of SortRequestContainer.
        Parameters:
        control - the sort request control
    • Method Detail

      • getControl

        public SortRequest getControl()
        Returns:
        the control
      • setControl

        public void setControl​(Control control)
        Description copied from interface: ControlContainer
        Set a Control Object into the container. It will be completed by the ldapDecoder.
        Specified by:
        setControl in interface ControlContainer
        Parameters:
        control - the control to set
      • getCurrentKey

        public SortKey getCurrentKey()
        Returns:
        the currentKey
      • setCurrentKey

        public void setCurrentKey​(SortKey currentKey)
        Parameters:
        currentKey - the currentKey to set