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



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



