Class ConnectionPhaseModel

java.lang.Object
com.jgoodies.common.bean.Bean
com.jgoodies.binding.beans.Model
org.bidib.wizard.mvc.main.model.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:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
    static final String
     

    Fields inherited from class com.jgoodies.common.bean.Bean

    changeSupport
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    org.bidib.api.json.types.ConnectionPhase
     
    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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • ConnectionPhaseModel

      public ConnectionPhaseModel()
  • Method Details

    • 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