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

11 lines
208 B
Java

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