Class PtProgrammerModel

  • All Implemented Interfaces:
    com.jgoodies.common.bean.ObservableBean, com.jgoodies.common.bean.ObservableBean2, Serializable

    public class PtProgrammerModel
    extends com.jgoodies.binding.beans.Model
    See Also:
    Serialized Form
    • Constructor Detail

      • PtProgrammerModel

        public PtProgrammerModel()
    • Method Detail

      • getCvNumber

        public int getCvNumber()
        Returns:
        the CV number
      • setCvNumber

        public void setCvNumber​(int cvNumber)
        Parameters:
        cvNumber - the CV number to set
      • getCvValue

        public Integer getCvValue()
      • setCvValue

        public void setCvValue​(Integer value)
      • clearCvValue

        public void clearCvValue()
      • getCommandStationState

        public org.bidib.jbidibc.messages.enums.CommandStationState getCommandStationState()
        Returns:
        the commandStationState
      • setCommandStationState

        public void setCommandStationState​(org.bidib.jbidibc.messages.enums.CommandStationState commandStationState)
        Parameters:
        commandStationState - the commandStationState to set
      • getCommandStationProgState

        public org.bidib.jbidibc.messages.enums.CommandStationProgState getCommandStationProgState()
        Returns:
        the commandStationProgState
      • setCommandStationProgState

        public void setCommandStationProgState​(org.bidib.jbidibc.messages.enums.CommandStationProgState commandStationProgState)
        Parameters:
        commandStationProgState - the commandStationProgState to set
      • updateCommandStationProgResult

        public void updateCommandStationProgResult​(org.bidib.jbidibc.messages.enums.CommandStationProgState commandStationProgState,
                                                   int remainingTime,
                                                   int cvNumber,
                                                   int cvValue)