public class MapExceptionEntry extends Object
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
andChildren |
protected String |
className |
protected String |
errorCode |
| Constructor and Description |
|---|
MapExceptionEntry(String errorCode,
String className,
boolean andChildren) |
| Modifier and Type | Method and Description |
|---|---|
String |
getClassName() |
String |
getErrorCode() |
boolean |
isAndChildren() |
void |
setAndChildren(boolean andChildren) |
void |
setClassName(String className) |
void |
setErrorCode(String errorCode) |
protected String errorCode
protected String className
protected boolean andChildren
public String getErrorCode()
public void setErrorCode(String errorCode)
public String getClassName()
public void setClassName(String className)
public boolean isAndChildren()
public void setAndChildren(boolean andChildren)
Copyright © 2018 Flowable. All rights reserved.