public class DocumentActionHandlerModel extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
key |
protected boolean |
overrideDefaultLogic |
protected String |
type |
Constructor and Description |
---|
DocumentActionHandlerModel() |
Modifier and Type | Method and Description |
---|---|
String |
getKey() |
String |
getType() |
boolean |
isOverrideDefaultLogic() |
void |
setKey(String key) |
void |
setOverrideDefaultLogic(boolean overrideDefaultLogic) |
void |
setType(String type) |
protected String key
protected String type
protected boolean overrideDefaultLogic
public String getKey()
public void setKey(String key)
public String getType()
public void setType(String type)
public boolean isOverrideDefaultLogic()
public void setOverrideDefaultLogic(boolean overrideDefaultLogic)