]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - org.argeo.slc.core/src/main/java/org/argeo/slc/core/test/NumericTRId.java
Move tree test result persister
[gpl/argeo-slc.git] / org.argeo.slc.core / src / main / java / org / argeo / slc / core / test / NumericTRId.java
index 185d200e3a77405f3bf832cd7188a241dfc4ced5..0b1674ae9fe1b7bece80d0ac3b6b89a88cf3b160 100644 (file)
@@ -5,6 +5,8 @@ import org.argeo.slc.core.deploy.DeployedSystemId;
 /**\r
  * Basic implementation of test run id based on a long value and a reference to\r
  * a deployed system id.\r
+ * \r
+ * @deprecated\r
  */\r
 public class NumericTRId implements TestResultId {\r
        /** For ORM */\r
@@ -13,6 +15,15 @@ public class NumericTRId implements TestResultId {
        private Long value;\r
        private DeployedSystemId deployedSystemId;\r
 \r
+       /** For ORM */\r
+       public NumericTRId() {\r
+\r
+       }\r
+\r
+       public NumericTRId(Long value) {\r
+               this.value = value;\r
+       }\r
+\r
        /**\r
         * Initializes the long value with the current time (based on\r
         * <code>java.lang.System.currentTimeMillis()</code>).\r