Class StatusInfoRepresentation

java.lang.Object
com.flowable.platform.service.StatusInfoRepresentation

public class StatusInfoRepresentation extends Object
  • Field Details

    • label

      protected String label
    • value

      protected String value
  • Constructor Details

    • StatusInfoRepresentation

      public StatusInfoRepresentation(String label, String value)
  • Method Details

    • getLabel

      public String getLabel()
    • setLabel

      public void setLabel(String label)
    • getValue

      public String getValue()
    • setValue

      public void setValue(String value)