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

13 lines
288 B
Java

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