Class ErrorCodeSection
- java.lang.Object
-
- de.xima.fc.workflow.designer.model.ErrorCodeSection
-
- All Implemented Interfaces:
Serializable
public final class ErrorCodeSection extends Object implements Serializable
POJO model for the error section detailing an error that may be thrown by a node. Used for the node info panel.^- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ErrorCodeSection()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDescription()
String
getErrorCode()
List<ValueDescriptorRow>
getValues()
void
setDescription(String description)
void
setErrorCode(String errorCode)
void
setValues(List<ValueDescriptorRow> values)
-
-
-
Method Detail
-
getDescription
public String getDescription()
-
getErrorCode
public String getErrorCode()
-
getValues
public List<ValueDescriptorRow> getValues()
-
setDescription
public void setDescription(String description)
-
setErrorCode
public void setErrorCode(String errorCode)
-
setValues
public void setValues(List<ValueDescriptorRow> values)
-
-