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

13 lines
290 B
Java

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