Fixing name

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/private/luca.frosini/parthenos-entities@156235 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Luca Frosini 2017-10-13 15:06:28 +00:00
parent 8c254eadf1
commit d0c9b5e691
4 changed files with 8 additions and 2 deletions

View File

@ -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";
}

View File

@ -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";
}

View File

@ -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";
}

View File

@ -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";
}