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:
parent
8c254eadf1
commit
d0c9b5e691
|
@ -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";
|
||||
}
|
||||
|
|
|
@ -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";
|
||||
|
||||
}
|
||||
|
|
|
@ -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";
|
||||
|
||||
}
|
||||
|
|
|
@ -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";
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue