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 adb80f6bf7d31845a4a50b0a481e034125768049..2cb65e54fb81aadde4e66883a91e8b9ef4679b55 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; + } + }