Class PanelCheckResultParams<I,O>

java.lang.Object
overit.geocallapp.wfm.core.ux.common.check.PanelCheckResultParams<I,O>

public class PanelCheckResultParams<I,O> extends Object
  • Field Details

    • checkResult

      protected CheckResult checkResult
    • eventInput

      protected I eventInput
    • eventOutput

      protected O eventOutput
    • skipUserConfirms

      protected boolean skipUserConfirms
    • confirmConsumer

      protected Consumer<UIMessage> confirmConsumer
  • Constructor Details

    • PanelCheckResultParams

      public PanelCheckResultParams()
  • Method Details

    • getCheckResult

      public CheckResult getCheckResult()
    • setCheckResult

      public void setCheckResult(CheckResult checkResult)
    • getEventInput

      public I getEventInput()
    • setEventInput

      public void setEventInput(I eventInput)
    • getEventOutput

      public O getEventOutput()
    • setEventOutput

      public void setEventOutput(O eventOutput)
    • isSkipUserConfirms

      public boolean isSkipUserConfirms()
    • setSkipUserConfirms

      public void setSkipUserConfirms(boolean skipUserConfirms)
    • getConfirmConsumer

      public Consumer<UIMessage> getConfirmConsumer()
    • setConfirmConsumer

      public void setConfirmConsumer(Consumer<UIMessage> confirmConsumer)