parthenos-entities/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE8_EService.java

13 lines
315 B
Java

package org.gcube.informationsystem.model.entity.resource.parthenos;
import org.gcube.resourcemanagement.model.reference.entity.resource.EService;
/**
* @author Luca Frosini (ISTI - CNR)
*/
public interface PE8_EService extends PE1_Service, EService {
//public static final String NAME = "PE8_E-Service";
}