Salome HOME
checkIn method of the WebService is added
[tools/siman.git] / Workspace / Siman-Common / src / org / splat / service / dto / FileDTO.java
index b7ba42f1487b6b5dc6c22a4e59c5b2cbaf3e7493..e7e5c1410102e73f8893ae82c50208d3a8c222bb 100644 (file)
@@ -51,6 +51,16 @@ public class FileDTO {
                _processing = processing;
                _isResult = isResult;
        }
+       
+       /**
+        * Constructor with initialization.
+        * 
+        * @param relativePath
+        *            relative file path
+        */
+       public FileDTO(final String relativePath) {
+               _path = relativePath;
+       }
 
        /**
         * Get the isResult.