]> SALOME platform Git repositories - tools/siman.git/blobdiff - Workspace/Siman/src/org/splat/simer/OpenObject.java
Salome HOME
app.root property is removed.
[tools/siman.git] / Workspace / Siman / src / org / splat / simer / OpenObject.java
index 05d92896e30e7f91b2e5e36bcf32ee88e393d27c..f00252e0ace788309fb2bf75359b85df5d471f85 100644 (file)
@@ -43,6 +43,10 @@ public abstract class OpenObject implements Proxy {
         * Injected project settings service.
         */
        private ProjectSettingsService _projectSettingsService;
+       /**
+        * Injected application settings bean.
+        */
+       private ApplicationSettings _applicationSettings;
        /**
         * Injected publication service.
         */
@@ -386,4 +390,20 @@ public abstract class OpenObject implements Proxy {
                        KnowledgeElementTypeService knowledgeElementTypeService) {
                _knowledgeElementTypeService = knowledgeElementTypeService;
        }
+
+       /**
+        * Get the applicationSettings.
+        * @return the applicationSettings
+        */
+       public ApplicationSettings getApplicationSettings() {
+               return _applicationSettings;
+       }
+
+       /**
+        * Set the applicationSettings.
+        * @param applicationSettings the applicationSettings to set
+        */
+       public void setApplicationSettings(ApplicationSettings applicationSettings) {
+               _applicationSettings = applicationSettings;
+       }
 }
\ No newline at end of file