]> SALOME platform Git repositories - tools/siman.git/blobdiff - Workspace/Siman-Common/src/org/splat/dal/bo/som/ProjectElement.java
Salome HOME
Document id generation is fixed. Document index is updated in the database now.
[tools/siman.git] / Workspace / Siman-Common / src / org / splat / dal / bo / som / ProjectElement.java
index 97511b3915da3f2fa1adccca2dc80a37e568db4c..bf08b16ff78e281bd56f71348b1935ef35289f69 100644 (file)
@@ -205,4 +205,11 @@ public abstract class ProjectElement extends Entity {
        public Set<Publication> getDocums() {
                return docums;
        }
+
+       /**
+        * Return the study of the project element.
+        * 
+        * @return the project element study
+        */
+       public abstract Study getOwnerStudy();
 }
\ No newline at end of file