From b620c7a78f2168c82f346efbd4810ab8c41c241d Mon Sep 17 00:00:00 2001
From: felmer <felmer>
Date: Thu, 1 Mar 2012 15:20:03 +0000
Subject: [PATCH] bug fixed

SVN: 24596
---
 .../generic/shared/api/v1/dto/EntityRegistrationDetails.java | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/openbis_api/source/java/ch/systemsx/cisd/openbis/generic/shared/api/v1/dto/EntityRegistrationDetails.java b/openbis_api/source/java/ch/systemsx/cisd/openbis/generic/shared/api/v1/dto/EntityRegistrationDetails.java
index adb80f6bf7d..2cb65e54fb8 100644
--- a/openbis_api/source/java/ch/systemsx/cisd/openbis/generic/shared/api/v1/dto/EntityRegistrationDetails.java
+++ b/openbis_api/source/java/ch/systemsx/cisd/openbis/generic/shared/api/v1/dto/EntityRegistrationDetails.java
@@ -233,4 +233,9 @@ public class EntityRegistrationDetails implements Serializable
         this.registrationDate = registrationDate;
     }
 
+    void setModificationDate(Date modificationDate)
+    {
+        this.modificationDate = modificationDate;
+    }
+
 }
-- 
GitLab