Class 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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Integer getAccessoryId()  
      org.bidib.jbidibc.messages.AccessoryState getAccessoryState()  
      Integer getAspectId()  
      org.bidib.jbidibc.messages.enums.AccessoryExecutionState getExecutionState()  
      void setAccessoryId​(Integer accessoryId)  
      void setAccessoryState​(org.bidib.jbidibc.messages.AccessoryState accessoryState)  
      void setAspectId​(Integer aspectId)  
      void setExecutionState​(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
    • Constructor Detail

      • AspectExecutionModel

        public AspectExecutionModel()
    • 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