Class AspectExecutionModel
java.lang.Object
com.jgoodies.common.bean.Bean
com.jgoodies.binding.beans.Model
org.bidib.wizard.mvc.stepcontrol.model.AspectExecutionModel
- All Implemented Interfaces:
com.jgoodies.common.bean.ObservableBean,com.jgoodies.common.bean.ObservableBean2,Serializable
public class AspectExecutionModel
extends com.jgoodies.binding.beans.Model
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final StringFields inherited from class com.jgoodies.common.bean.Bean
changeSupport -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.bidib.jbidibc.messages.AccessoryStateorg.bidib.jbidibc.messages.enums.AccessoryExecutionStatevoidsetAccessoryId(Integer accessoryId) voidsetAccessoryState(org.bidib.jbidibc.messages.AccessoryState accessoryState) voidsetAspectId(Integer aspectId) voidsetExecutionState(org.bidib.jbidibc.messages.enums.AccessoryExecutionState executionState) Methods inherited from class com.jgoodies.binding.beans.Model
createPropertyChangeSupport, firePropertyChangeMethods 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 Details
-
PROPERTY_ACCESSORY_ID
- See Also:
-
PROPERTY_ASPECT_ID
- See Also:
-
PROPERTY_EXECUTION_STATE
- See Also:
-
PROPERTY_ACCESSORY_STATE
- See Also:
-
-
Constructor Details
-
AspectExecutionModel
public AspectExecutionModel()
-
-
Method Details
-
getAccessoryId
- Returns:
- the accessoryId
-
setAccessoryId
- Parameters:
accessoryId- the accessoryId to set
-
getAspectId
- Returns:
- the aspectId
-
setAspectId
- Parameters:
aspectId- the aspectId to set
-
getExecutionState
public org.bidib.jbidibc.messages.enums.AccessoryExecutionState getExecutionState()- Returns:
- the executionState
-
setExecutionState
public void setExecutionState(org.bidib.jbidibc.messages.enums.AccessoryExecutionState executionState) - Parameters:
executionState- the executionState to set
-
getAccessoryState
public org.bidib.jbidibc.messages.AccessoryState getAccessoryState()- Returns:
- the accessoryState
-
setAccessoryState
public void setAccessoryState(org.bidib.jbidibc.messages.AccessoryState accessoryState) - Parameters:
accessoryState- the accessoryState to set
-