Package org.bidib.wizard.mvc.main.model
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.ModelThis model keeps the connection phase of the connection that is active in the main controller.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringPROPERTY_CONNECTIONIDstatic StringPROPERTY_CONNECTIONPHASE
-
Constructor Summary
Constructors Constructor Description ConnectionPhaseModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetConnectionId()org.bidib.api.json.types.ConnectionPhasegetConnectionPhase()voidsetConnectionId(String connectionId)voidsetConnectionPhase(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
-
-
-
-
Field Detail
-
PROPERTY_CONNECTIONID
public static final String PROPERTY_CONNECTIONID
- See Also:
- Constant Field Values
-
PROPERTY_CONNECTIONPHASE
public static final String PROPERTY_CONNECTIONPHASE
- See Also:
- Constant Field Values
-
-
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
-
-