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

11 lines
239 B
Java

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