Class SuggestionHandlerDescriptor

  • All Implemented Interfaces:
    Cloneable

    public class SuggestionHandlerDescriptor
    extends Object
    implements Cloneable
    XMap descriptor for registering overridable suggestion handlers (individual operations or named chains of operations).
    Author:
    ogrisel
    • Field Detail

      • suggestGroup

        protected String suggestGroup
      • operation

        protected String operation
      • operationChain

        protected String operationChain
      • enabled

        protected boolean enabled
    • Constructor Detail

      • SuggestionHandlerDescriptor

        public SuggestionHandlerDescriptor()
    • Method Detail

      • getName

        public String getName()
      • isEnabled

        public boolean isEnabled()
      • setEnabled

        public void setEnabled​(boolean enabled)
      • getType

        public String getType()
      • setType

        public void setType​(String type)
      • getSuggesterGroup

        public String getSuggesterGroup()
      • setSuggesterGroup

        public void setSuggesterGroup​(String suggesterGroup)
      • getOperation

        public String getOperation()
      • setOperation

        public void setOperation​(String operation)
      • getOperationChain

        public String getOperationChain()
      • setOperationChain

        public void setOperationChain​(String operationChain)