Salome HOME
Studies comparison functionality is implemented.
[tools/siman.git] / Workspace / Siman-Common / src / org / splat / service / dto / DocToCompareDTO.java
index 2925ece81b417592d2fd6fd4c6e40a7c321223db..69e3074a48b80c71a0548f83f3072f1e8caad226 100644 (file)
@@ -25,6 +25,10 @@ public class DocToCompareDTO {
         * Scenario title.
         */
        private String _scenarioTitle;
+       /**
+        * Document title.
+        */
+       private String _documentTitle;
        /**
         * Path to comparable file in vault.
         */
@@ -59,6 +63,20 @@ public class DocToCompareDTO {
        public void setScenarioTitle(final String scenarioTitle) {
                _scenarioTitle = scenarioTitle;
        }
+       /**
+        * Get the documentTitle.
+        * @return the documentTitle
+        */
+       public String getDocumentTitle() {
+               return _documentTitle;
+       }
+       /**
+        * Set the documentTitle.
+        * @param documentTitle the documentTitle to set
+        */
+       public void setDocumentTitle(final String documentTitle) {
+               _documentTitle = documentTitle;
+       }
        /**
         * Get the pathToFile.
         * @return the pathToFile