impl/src/main/java/org/apache/tuscany/sdo/impl/DynamicDataObjectImpl.java [64:80]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    super();
    eSetClass(eClass);
    Property csp = ((ClassImpl)eClass).getChangeSummaryProperty();
    if (csp != null)
    {
      ChangeSummaryImpl changeSummary = (ChangeSummaryImpl)SDOFactory.eINSTANCE.createChangeSummary();
      set(csp, changeSummary);
      changeSummary.setDataObject(this);
    }
  }

  /**
   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @generated
   */
  protected EClass eStaticClass()
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



impl/src/main/java/org/apache/tuscany/sdo/impl/ExtensibleDataObjectImpl.java [64:80]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    super();
    eSetClass(eClass);
    Property csp = ((ClassImpl)eClass).getChangeSummaryProperty();
    if (csp != null)
    {
      ChangeSummaryImpl changeSummary = (ChangeSummaryImpl)SDOFactory.eINSTANCE.createChangeSummary();
      set(csp, changeSummary);
      changeSummary.setDataObject(this);
    }
  }

  /**
   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @generated
   */
  protected EClass eStaticClass()
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



