public void setTranslations(Translations newTranslations) {
        if (newTranslations != translations) {
            NotificationChain msgs = null;
            if (translations != null)
                msgs = ((InternalEObject)translations).eInverseRemove(this, EOPPOSITE_FEATURE_BASE - XwikiPackage.PAGE_SUMMARY__TRANSLATIONS, null, msgs);