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

12 lines
330 B
Java

package org.gcube.informationsystem.parthenos.model.entity.resource;
import org.gcube.informationsystem.model.entity.resource.Service;
import org.gcube.informationsystem.parthenos.model.entity.resource.cdoc.E7_Activity;
/**
* @author Luca Frosini (ISTI - CNR)
*/
public interface PE1_Service extends Service, E7_Activity {
}