public class SuggestionHandlerDescriptor extends Object implements Cloneable
Modifier and Type | Field and Description |
---|---|
protected boolean |
enabled |
protected String |
name |
protected String |
operation |
protected String |
operationChain |
protected String |
suggestGroup |
protected String |
type |
Constructor and Description |
---|
SuggestionHandlerDescriptor() |
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
String |
getName() |
String |
getOperation() |
String |
getOperationChain() |
String |
getSuggesterGroup() |
String |
getType() |
boolean |
isEnabled() |
void |
setEnabled(boolean enabled) |
void |
setOperation(String operation) |
void |
setOperationChain(String operationChain) |
void |
setSuggesterGroup(String suggesterGroup) |
void |
setType(String type) |
protected String suggestGroup
protected String operationChain
protected boolean enabled
public SuggestionHandlerDescriptor()
public boolean isEnabled()
public void setEnabled(boolean enabled)
public String getSuggesterGroup()
public void setSuggesterGroup(String suggesterGroup)
public String getOperation()
public void setOperation(String operation)
public String getOperationChain()
public void setOperationChain(String operationChain)
public Object clone() throws CloneNotSupportedException
clone
in class Object
CloneNotSupportedException
Copyright © 2018 Nuxeo. All rights reserved.