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:
  • Constructor Details

    • ErrorCodeSection

      public ErrorCodeSection()
  • Method Details

    • 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)