Class PomProgrammerModel

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

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

      • PomProgrammerModel

        public PomProgrammerModel()
    • Method Detail

      • getCvNumber

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

        public void setCvNumber​(Integer 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
      • getPomProgState

        public org.bidib.jbidibc.messages.enums.PomProgState getPomProgState()
        Returns:
        the pomProgState
      • setPomProgState

        public void setPomProgState​(org.bidib.jbidibc.messages.enums.PomProgState pomProgState)
        Parameters:
        pomProgState - the pomProgState to set
      • updatePomProgResult

        public void updatePomProgResult​(org.bidib.jbidibc.messages.enums.PomProgState pomProgState,
                                        org.bidib.jbidibc.messages.PomAddressData decoderAddress,
                                        int cvNumber,
                                        int cvValue)