Class ConnectionPhaseModel

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

    public class ConnectionPhaseModel
    extends com.jgoodies.binding.beans.Model
    This model keeps the connection phase of the connection that is active in the main controller.
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      String getConnectionId()  
      org.bidib.api.json.types.ConnectionPhase getConnectionPhase()  
      void setConnectionId​(String connectionId)  
      void setConnectionPhase​(org.bidib.api.json.types.ConnectionPhase connectionPhase)  
      • Methods inherited from class com.jgoodies.binding.beans.Model

        createPropertyChangeSupport, firePropertyChange
      • Methods inherited from class com.jgoodies.common.bean.Bean

        addPropertyChangeListener, addPropertyChangeListener, addVetoableChangeListener, addVetoableChangeListener, fireIndexedPropertyChange, fireIndexedPropertyChange, fireIndexedPropertyChange, fireMultiplePropertiesChanged, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, fireVetoableChange, fireVetoableChange, fireVetoableChange, fireVetoableChange, fireVetoableChange, fireVetoableChange, fireVetoableChange, getPropertyChangeListeners, getPropertyChangeListeners, getVetoableChangeListeners, getVetoableChangeListeners, removePropertyChangeListener, removePropertyChangeListener, removeVetoableChangeListener, removeVetoableChangeListener
    • Constructor Detail

      • ConnectionPhaseModel

        public ConnectionPhaseModel()
    • Method Detail

      • getConnectionId

        public String getConnectionId()
        Returns:
        the connectionId
      • setConnectionId

        public void setConnectionId​(String connectionId)
        Parameters:
        connectionId - the connectionId to set
      • getConnectionPhase

        public org.bidib.api.json.types.ConnectionPhase getConnectionPhase()
        Returns:
        the connectionPhase
      • setConnectionPhase

        public void setConnectionPhase​(org.bidib.api.json.types.ConnectionPhase connectionPhase)
        Parameters:
        connectionPhase - the connectionPhase to set