Data Model and API
[lgpl/argeo-commons.git] / security / runtime / org.argeo.security.ria / src / argeo-ria-lib / security / class / org / argeo / security / ria / model / Nature.js
diff --git a/security/runtime/org.argeo.security.ria/src/argeo-ria-lib/security/class/org/argeo/security/ria/model/Nature.js b/security/runtime/org.argeo.security.ria/src/argeo-ria-lib/security/class/org/argeo/security/ria/model/Nature.js
new file mode 100644 (file)
index 0000000..ff61c7b
--- /dev/null
@@ -0,0 +1,22 @@
+qx.Class.define("org.argeo.security.ria.model.Nature", {\r
+       extend : qx.core.Object,\r
+       properties : {\r
+               uuid : {\r
+                       check : "String"\r
+               },\r
+               type : {\r
+                       check : "String"\r
+               },\r
+               data : {\r
+                       check : "Map"\r
+               }\r
+       },\r
+       construct : function(){\r
+               this.base(arguments);\r
+       },\r
+       members : {\r
+               load : function(data, format){\r
+                       \r
+               }\r
+       }       \r
+});
\ No newline at end of file