Using - where needed

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/private/luca.frosini/parthenos-entities@155183 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Luca Frosini 2017-10-12 16:09:21 +00:00
parent b50f7d3194
commit 8c254eadf1
8 changed files with 24 additions and 1 deletions

View File

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

View File

@ -1,5 +1,10 @@
package org.gcube.informationsystem.model.entity.resource.parthenos;
/**
* @author Luca Frosini (ISTI - CNR)
*/
public interface PE33_EAccess_Brokering_Service extends PE8_EService {
public static final String NAME = "PE33_E-Access_Brokering_Service";
}

View File

@ -2,6 +2,9 @@ package org.gcube.informationsystem.model.entity.resource.parthenos;
import org.gcube.informationsystem.model.entity.resource.cidoc.E74_Group;
/**
* @author Luca Frosini (ISTI - CNR)
*/
public interface PE34_Team extends E74_Group {
}

View File

@ -2,6 +2,9 @@ package org.gcube.informationsystem.model.entity.resource.parthenos;
import org.gcube.informationsystem.model.entity.resource.cidoc.E7_Activity;
/**
* @author Luca Frosini (ISTI - CNR)
*/
public interface PE35_Project extends E7_Activity {
}

View File

@ -2,6 +2,9 @@ package org.gcube.informationsystem.model.entity.resource.parthenos;
import org.gcube.informationsystem.model.entity.resource.cidoc.E55_Type;
/**
* @author Luca Frosini (ISTI - CNR)
*/
public interface PE36_Competency_Type extends E55_Type {
}

View File

@ -2,6 +2,9 @@ package org.gcube.informationsystem.model.entity.resource.parthenos;
import org.gcube.informationsystem.model.entity.resource.cidoc.E55_Type;
/**
* @author Luca Frosini (ISTI - CNR)
*/
public interface PE37_Protocol_Type extends E55_Type {
}

View File

@ -2,6 +2,9 @@ package org.gcube.informationsystem.model.entity.resource.parthenos;
import org.gcube.informationsystem.model.entity.resource.cidoc.D14_Software;
/**
* @author Luca Frosini (ISTI - CNR)
*/
public interface PE38_Schema extends D14_Software {
}

View File

@ -7,4 +7,5 @@ import org.gcube.informationsystem.model.entity.resource.EService;
*/
public interface PE8_EService extends PE1_Service, EService {
public static final String NAME = "PE8_E-Service";
}