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:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringPROPERTY_ACCESSORY_IDstatic StringPROPERTY_ACCESSORY_STATEstatic StringPROPERTY_ASPECT_IDstatic StringPROPERTY_EXECUTION_STATE
-
Constructor Summary
Constructors Constructor Description AspectExecutionModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegergetAccessoryId()org.bidib.jbidibc.messages.AccessoryStategetAccessoryState()IntegergetAspectId()org.bidib.jbidibc.messages.enums.AccessoryExecutionStategetExecutionState()voidsetAccessoryId(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, 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_ACCESSORY_ID
public static final String PROPERTY_ACCESSORY_ID
- See Also:
- Constant Field Values
-
PROPERTY_ASPECT_ID
public static final String PROPERTY_ASPECT_ID
- See Also:
- Constant Field Values
-
PROPERTY_EXECUTION_STATE
public static final String PROPERTY_EXECUTION_STATE
- See Also:
- Constant Field Values
-
PROPERTY_ACCESSORY_STATE
public static final String PROPERTY_ACCESSORY_STATE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getAccessoryId
public Integer getAccessoryId()
- Returns:
- the accessoryId
-
setAccessoryId
public void setAccessoryId(Integer accessoryId)
- Parameters:
accessoryId- the accessoryId to set
-
getAspectId
public Integer getAspectId()
- Returns:
- the aspectId
-
setAspectId
public void setAspectId(Integer aspectId)
- 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
-
-