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

12 lines
271 B
Java

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