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

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
    static final String
     
    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.jbidibc.messages.AccessoryState
     
     
    org.bidib.jbidibc.messages.enums.AccessoryExecutionState
     
    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

    Methods inherited from class java.lang.Object

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

  • Constructor Details

    • AspectExecutionModel

      public AspectExecutionModel()
  • Method Details

    • 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