X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=org.argeo.slc.core%2Fsrc%2Fmain%2Fjava%2Forg%2Fargeo%2Fslc%2Fcore%2Ftest%2FNumericTRId.java;h=0b1674ae9fe1b7bece80d0ac3b6b89a88cf3b160;hb=97db5f361ffc416c328274422e5b268a931910a3;hp=185d200e3a77405f3bf832cd7188a241dfc4ced5;hpb=faf680e212bf3e18837c4f798587856e061273b3;p=gpl%2Fargeo-slc.git diff --git a/org.argeo.slc.core/src/main/java/org/argeo/slc/core/test/NumericTRId.java b/org.argeo.slc.core/src/main/java/org/argeo/slc/core/test/NumericTRId.java index 185d200e3..0b1674ae9 100644 --- a/org.argeo.slc.core/src/main/java/org/argeo/slc/core/test/NumericTRId.java +++ b/org.argeo.slc.core/src/main/java/org/argeo/slc/core/test/NumericTRId.java @@ -5,6 +5,8 @@ import org.argeo.slc.core.deploy.DeployedSystemId; /** * Basic implementation of test run id based on a long value and a reference to * a deployed system id. + * + * @deprecated */ public class NumericTRId implements TestResultId { /** For ORM */ @@ -13,6 +15,15 @@ public class NumericTRId implements TestResultId { private Long value; private DeployedSystemId deployedSystemId; + /** For ORM */ + public NumericTRId() { + + } + + public NumericTRId(Long value) { + this.value = value; + } + /** * Initializes the long value with the current time (based on * java.lang.System.currentTimeMillis()).