diff --git a/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE13_Software_Computing_EService.java b/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE13_Software_Computing_EService.java index b497ee2..8505e3b 100644 --- a/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE13_Software_Computing_EService.java +++ b/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE13_Software_Computing_EService.java @@ -5,5 +5,6 @@ package org.gcube.informationsystem.model.entity.resource.parthenos; */ public interface PE13_Software_Computing_EService extends PE8_EService, PE6_Software_Hosting_Service { - + + public static final String NAME = "PE13_Software_Computing_E-Service"; } diff --git a/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE14_Software_Delivery_EService.java b/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE14_Software_Delivery_EService.java index 6c03ceb..e7fd52b 100644 --- a/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE14_Software_Delivery_EService.java +++ b/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE14_Software_Delivery_EService.java @@ -5,5 +5,7 @@ package org.gcube.informationsystem.model.entity.resource.parthenos; */ public interface PE14_Software_Delivery_EService extends PE8_EService, PE6_Software_Hosting_Service { - + + public static final String NAME = "PE14_Software_Delivery_E-Service"; + } diff --git a/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE16_Curated_Software_EService.java b/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE16_Curated_Software_EService.java index 75ee108..9b0817e 100644 --- a/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE16_Curated_Software_EService.java +++ b/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE16_Curated_Software_EService.java @@ -7,4 +7,6 @@ public interface PE16_Curated_Software_EService extends PE11_Software_Curating_Service, PE14_Software_Delivery_EService, PE13_Software_Computing_EService { + public static final String NAME = "PE16_Curated_Software_E-Service"; + } diff --git a/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE17_Curated_Data_EService.java b/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE17_Curated_Data_EService.java index 3148b54..d17f9af 100644 --- a/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE17_Curated_Data_EService.java +++ b/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE17_Curated_Data_EService.java @@ -6,4 +6,5 @@ package org.gcube.informationsystem.model.entity.resource.parthenos; public interface PE17_Curated_Data_EService extends PE12_Data_Curating_Service, PE15_Data_EService { + public static final String NAME = "PE17_Curated_Data_E-Service"; }