Class ProgCommandAwareBeanModel

    • Constructor Detail

      • ProgCommandAwareBeanModel

        public ProgCommandAwareBeanModel()
    • Method Detail

      • getCurrentOperation

        public org.bidib.jbidibc.messages.enums.PomOperation getCurrentOperation()
        Returns:
        the currentOperation
      • setCurrentOperation

        public void setCurrentOperation​(org.bidib.jbidibc.messages.enums.PomOperation currentOperation)
        Parameters:
        currentOperation - the currentOperation to set
      • setFinishAction

        public void setFinishAction​(io.reactivex.rxjava3.core.SingleObserver<String> finishAction)
        Parameters:
        finishAction - the finish action
      • getFinishAction

        public io.reactivex.rxjava3.core.SingleObserver<String> getFinishAction()
        Returns:
        the finish action
      • getCurrentDecoderAddress

        public Integer getCurrentDecoderAddress()
        Returns:
        the currentDecoderAddress
      • setCurrentDecoderAddress

        public void setCurrentDecoderAddress​(Integer currentDecoderAddress)
        Parameters:
        currentDecoderAddress - the currentDecoderAddress to set