SimpleView.st
branchjv
changeset 8223 d0117698147d
parent 7969 2bac4f32553f
child 8420 76e39223f5ab
--- a/SimpleView.st	Tue Oct 03 11:38:15 2017 +0100
+++ b/SimpleView.st	Fri Nov 17 11:52:18 2017 -0300
@@ -1642,6 +1642,18 @@
 
 !SimpleView methodsFor:'accessing'!
 
+automationUUID
+    ^ self uuid
+
+    "Created: / 17-11-2017 / 11:37:49 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+!
+
+automationUUID: anUUID
+    self uuid: anUUID
+
+    "Created: / 17-11-2017 / 11:42:49 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+!
+
 client:anApplicationModel
     "release existing components and generate new components from
      the applications windowSpec.