]> SALOME platform Git repositories - tools/siman.git/blobdiff - Workspace/Siman-Common/src/org/splat/service/dto/StepDTO.java
Salome HOME
checkIn method of the WebService is added
[tools/siman.git] / Workspace / Siman-Common / src / org / splat / service / dto / StepDTO.java
index dfead5f41727afb3ac2227ebce6a2a99f184fe9c..0f1326af67e4762683ffd312326ec3c0c8e869bd 100644 (file)
@@ -67,6 +67,16 @@ public class StepDTO {
                _docs.add(doc);
                return doc;
        }
+       
+       /**
+        * Add a document DTO to the step DTO.
+        * 
+        * @param document
+        *            the document to be added
+        */
+       public void addDoc(final DocumentDTO document) {
+               _docs.add(document);
+       }
 
        /**
         * Get the key.