* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public void setParentSector(Sector newParentSector) {
Sector oldParentSector = parentSector;
parentSector = newParentSector;
if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET, StructurePackage.JUMPGATE__PARENT_SECTOR, oldParentSector, parentSector));
}