parthenos-entities/src/main/java/org/gcube/parthenosentities/model/reference/entity/resource/parthenos/PE7_Data_Hosting_Service.java

17 lines
739 B
Java

package org.gcube.parthenosentities.model.reference.entity.resource.parthenos;
import org.gcube.informationsystem.types.reference.Change;
import org.gcube.informationsystem.types.reference.TypeMetadata;
import org.gcube.informationsystem.utils.Version;
/**
* @author Luca Frosini (ISTI - CNR)
*/
@TypeMetadata(name = PE7_Data_Hosting_Service.NAME, description = PE7_Data_Hosting_Service.NAME, version = Version.MINIMAL_VERSION_STRING)
@Change(version = Version.MINIMAL_VERSION_STRING, description = Version.MINIMAL_VERSION_DESCRIPTION)
public interface PE7_Data_Hosting_Service extends PE5_Digital_Hosting_Service {
public static final String NAME = "PE7_Data_Hosting_Service"; // PE7_Data_Hosting_Service.class.getSimpleName();
}