* <!-- 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));
}