Class CurrentAddressBeanModel

java.lang.Object
com.jgoodies.common.bean.Bean
com.jgoodies.binding.beans.Model
org.bidib.wizard.mvc.pom.model.CurrentAddressBeanModel
All Implemented Interfaces:
com.jgoodies.common.bean.ObservableBean, com.jgoodies.common.bean.ObservableBean2, Serializable

public class CurrentAddressBeanModel 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
     

    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.enums.AccessoryAddressingEnum
     
     
    org.bidib.jbidibc.messages.enums.PomAddressTypeEnum
     
     
    void
    setAccessoryAddressing(org.bidib.jbidibc.messages.enums.AccessoryAddressingEnum accessoryAddressing)
     
    void
    setAddressChanged(Boolean addressChanged)
     
    void
    setAddressType(org.bidib.jbidibc.messages.enums.PomAddressTypeEnum addressType)
     
    void
    setDccAddress(Integer dccAddress)
     

    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

    • CurrentAddressBeanModel

      public CurrentAddressBeanModel()
  • Method Details

    • getDccAddress

      public Integer getDccAddress()
      Returns:
      the dccAddress
    • setDccAddress

      public void setDccAddress(Integer dccAddress)
      Parameters:
      dccAddress - the dccAddress to set
    • getAddressChanged

      public Boolean getAddressChanged()
      Returns:
      the addressChanged
    • setAddressChanged

      public void setAddressChanged(Boolean addressChanged)
      Parameters:
      addressChanged - the addressChanged to set
    • getAddressType

      public org.bidib.jbidibc.messages.enums.PomAddressTypeEnum getAddressType()
      Returns:
      the addressType
    • setAddressType

      public void setAddressType(org.bidib.jbidibc.messages.enums.PomAddressTypeEnum addressType)
      Parameters:
      addressType - the addressType to set
    • getAccessoryAddressing

      public org.bidib.jbidibc.messages.enums.AccessoryAddressingEnum getAccessoryAddressing()
      Returns:
      the accessoryAddressing
    • setAccessoryAddressing

      public void setAccessoryAddressing(org.bidib.jbidibc.messages.enums.AccessoryAddressingEnum accessoryAddressing)
      Parameters:
      accessoryAddressing - the accessoryAddressing to set