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 8505e3b..8d760ab 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 @@ -6,5 +6,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"; + //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 e7fd52b..fdee55e 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 @@ -6,6 +6,6 @@ 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"; + //public static final String NAME = "PE14_Software_Delivery_E-Service"; } diff --git a/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE15_Data_EService.java b/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE15_Data_EService.java index 574e995..c18bd6a 100644 --- a/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE15_Data_EService.java +++ b/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE15_Data_EService.java @@ -6,6 +6,6 @@ package org.gcube.informationsystem.model.entity.resource.parthenos; public interface PE15_Data_EService extends PE8_EService, PE7_Data_Hosting_Service { - public static final String NAME = "PE15_Data_E-Service"; + //public static final String NAME = "PE15_Data_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 9b0817e..fe9924e 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,6 +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"; + //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 d17f9af..0b68720 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,5 +6,6 @@ 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"; + //public static final String NAME = "PE17_Curated_Data_E-Service"; + } diff --git a/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE33_EAccess_Brokering_Service.java b/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE33_EAccess_Brokering_Service.java index 68d0831..6d4d070 100644 --- a/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE33_EAccess_Brokering_Service.java +++ b/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE33_EAccess_Brokering_Service.java @@ -5,6 +5,6 @@ package org.gcube.informationsystem.model.entity.resource.parthenos; */ public interface PE33_EAccess_Brokering_Service extends PE8_EService { - public static final String NAME = "PE33_E-Access_Brokering_Service"; + //public static final String NAME = "PE33_E-Access_Brokering_Service"; } diff --git a/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE8_EService.java b/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE8_EService.java index 4dab3a9..dbbd6cb 100644 --- a/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE8_EService.java +++ b/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE8_EService.java @@ -7,5 +7,6 @@ import org.gcube.informationsystem.model.entity.resource.EService; */ public interface PE8_EService extends PE1_Service, EService { - public static final String NAME = "PE8_E-Service"; + //public static final String NAME = "PE8_E-Service"; + }