Class NetDebugModel

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

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

      • NetDebugModel

        public NetDebugModel()
    • Method Detail

      • getSelectedHost

        public String getSelectedHost()
        Returns:
        the selectedHost
      • setSelectedHost

        public void setSelectedHost​(String selectedHost)
        Parameters:
        selectedHost - the selectedHost to set
      • getSelectedPort

        public Integer getSelectedPort()
        Returns:
        the selectedPort
      • setSelectedPort

        public void setSelectedPort​(Integer selectedPort)
        Parameters:
        selectedPort - the selectedPort to set
      • isConnected

        public boolean isConnected()
        Returns:
        the connected
      • setConnected

        public void setConnected​(boolean connected)
        Parameters:
        connected - the connected to set
      • isDisconnected

        public boolean isDisconnected()
        Returns:
        the disconnected state
      • setDisconnected

        public void setDisconnected​(boolean disconnected)
        Parameters:
        disconnected - the connected to set
      • isTransferInProgress

        public boolean isTransferInProgress()
        Returns:
        the transferInProgress
      • setTransferInProgress

        public void setTransferInProgress​(boolean transferInProgress)
        Parameters:
        transferInProgress - the transferInProgress to set
      • isTransmitEnabled

        public boolean isTransmitEnabled()
      • getSendText

        public String getSendText()
        Returns:
        the sendText
      • setSendText

        public void setSendText​(String sendText)
        Parameters:
        sendText - the sendText to set