Package net.cis.common.model.shipdevice

Examples of net.cis.common.model.shipdevice.AbstractShipDevice


   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @generated
   */
  public void setShipDevice(AbstractShipDevice newShipDevice) {
    AbstractShipDevice oldShipDevice = shipDevice;
    shipDevice = newShipDevice;
    if (eNotificationRequired())
      eNotify(new ENotificationImpl(this, Notification.SET, DescriptorPackage.ABSTRACT_DEVICE_DESCRIPTOR__SHIP_DEVICE, oldShipDevice, shipDevice));
  }
View Full Code Here

TOP

Related Classes of net.cis.common.model.shipdevice.AbstractShipDevice

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.