This commit is contained in:
Luca Frosini 2017-01-31 09:23:45 +00:00
parent e42074838b
commit f10774260b
21 changed files with 25 additions and 23 deletions

View File

@ -1,5 +1,7 @@
package org.gcube.informationsystem.parthenos.model.entity.facet;
import org.gcube.informationsystem.parthenos.model.entity.facet.cidoc.E51_Contact_Point;
/**
* @author Luca Frosini (ISTI - CNR)

View File

@ -1,4 +1,4 @@
package org.gcube.informationsystem.parthenos.model.entity.facet;
package org.gcube.informationsystem.parthenos.model.entity.facet.cidoc;
import org.gcube.informationsystem.model.entity.facet.ContactFacet;

View File

@ -5,10 +5,10 @@ import java.util.Collection;
import javax.xml.datatype.XMLGregorianCalendar;
import org.gcube.informationsystem.parthenos.model.entity.facet.PE29_Access_Point;
import org.gcube.informationsystem.parthenos.model.entity.resource.cdoc.D14_Software;
import org.gcube.informationsystem.parthenos.model.entity.resource.cdoc.D1_Digital_Object;
import org.gcube.informationsystem.parthenos.model.entity.resource.cdoc.E39_Actor;
import org.gcube.informationsystem.parthenos.model.entity.resource.cdoc.E70_Thing;
import org.gcube.informationsystem.parthenos.model.entity.resource.cidoc.D14_Software;
import org.gcube.informationsystem.parthenos.model.entity.resource.cidoc.D1_Digital_Object;
import org.gcube.informationsystem.parthenos.model.entity.resource.cidoc.E39_Actor;
import org.gcube.informationsystem.parthenos.model.entity.resource.cidoc.E70_Thing;
/**
* @author Luca Frosini (ISTI - CNR)

View File

@ -1,7 +1,7 @@
package org.gcube.informationsystem.parthenos.model.entity.resource;
import org.gcube.informationsystem.model.entity.resource.Dataset;
import org.gcube.informationsystem.parthenos.model.entity.resource.cdoc.D1_Digital_Object;
import org.gcube.informationsystem.parthenos.model.entity.resource.cidoc.D1_Digital_Object;
/**
* @author Luca Frosini (ISTI - CNR)

View File

@ -1,6 +1,6 @@
package org.gcube.informationsystem.parthenos.model.entity.resource;
import org.gcube.informationsystem.parthenos.model.entity.resource.cdoc.D1_Digital_Object;
import org.gcube.informationsystem.parthenos.model.entity.resource.cidoc.D1_Digital_Object;

View File

@ -1,7 +1,7 @@
package org.gcube.informationsystem.parthenos.model.entity.resource;
import org.gcube.informationsystem.model.entity.resource.Service;
import org.gcube.informationsystem.parthenos.model.entity.resource.cdoc.E7_Activity;
import org.gcube.informationsystem.parthenos.model.entity.resource.cidoc.E7_Activity;
/**
* @author Luca Frosini (ISTI - CNR)

View File

@ -1,6 +1,6 @@
package org.gcube.informationsystem.parthenos.model.entity.resource;
import org.gcube.informationsystem.parthenos.model.entity.resource.cdoc.D1_Digital_Object;
import org.gcube.informationsystem.parthenos.model.entity.resource.cidoc.D1_Digital_Object;

View File

@ -1,6 +1,6 @@
package org.gcube.informationsystem.parthenos.model.entity.resource;
import org.gcube.informationsystem.parthenos.model.entity.resource.cdoc.D14_Software;
import org.gcube.informationsystem.parthenos.model.entity.resource.cidoc.D14_Software;

View File

@ -1,6 +1,6 @@
package org.gcube.informationsystem.parthenos.model.entity.resource;
import org.gcube.informationsystem.parthenos.model.entity.resource.cdoc.D14_Software;
import org.gcube.informationsystem.parthenos.model.entity.resource.cidoc.D14_Software;
/**

View File

@ -1,6 +1,6 @@
package org.gcube.informationsystem.parthenos.model.entity.resource;
import org.gcube.informationsystem.parthenos.model.entity.resource.cdoc.E40_Legal_Body;
import org.gcube.informationsystem.parthenos.model.entity.resource.cidoc.E40_Legal_Body;
/**

View File

@ -1,6 +1,6 @@
package org.gcube.informationsystem.parthenos.model.entity.resource;
import org.gcube.informationsystem.parthenos.model.entity.resource.cdoc.E7_Activity;
import org.gcube.informationsystem.parthenos.model.entity.resource.cidoc.E7_Activity;

View File

@ -1,6 +1,6 @@
package org.gcube.informationsystem.parthenos.model.entity.resource;
import org.gcube.informationsystem.parthenos.model.entity.resource.cdoc.E29_Design_or_Procedure;
import org.gcube.informationsystem.parthenos.model.entity.resource.cidoc.E29_Design_or_Procedure;

View File

@ -1,6 +1,6 @@
package org.gcube.informationsystem.parthenos.model.entity.resource;
import org.gcube.informationsystem.parthenos.model.entity.resource.cdoc.E70_Thing;
import org.gcube.informationsystem.parthenos.model.entity.resource.cidoc.E70_Thing;
/**

View File

@ -1,4 +1,4 @@
package org.gcube.informationsystem.parthenos.model.entity.resource.cdoc;
package org.gcube.informationsystem.parthenos.model.entity.resource.cidoc;
import org.gcube.informationsystem.model.entity.resource.Software;

View File

@ -1,4 +1,4 @@
package org.gcube.informationsystem.parthenos.model.entity.resource.cdoc;
package org.gcube.informationsystem.parthenos.model.entity.resource.cidoc;
import org.gcube.informationsystem.model.entity.Resource;

View File

@ -1,4 +1,4 @@
package org.gcube.informationsystem.parthenos.model.entity.resource.cdoc;
package org.gcube.informationsystem.parthenos.model.entity.resource.cidoc;
import org.gcube.informationsystem.model.entity.Resource;

View File

@ -1,4 +1,4 @@
package org.gcube.informationsystem.parthenos.model.entity.resource.cdoc;
package org.gcube.informationsystem.parthenos.model.entity.resource.cidoc;
import org.gcube.informationsystem.model.entity.resource.Actor;

View File

@ -1,4 +1,4 @@
package org.gcube.informationsystem.parthenos.model.entity.resource.cdoc;
package org.gcube.informationsystem.parthenos.model.entity.resource.cidoc;
import org.gcube.informationsystem.model.entity.resource.LegalBody;

View File

@ -1,4 +1,4 @@
package org.gcube.informationsystem.parthenos.model.entity.resource.cdoc;
package org.gcube.informationsystem.parthenos.model.entity.resource.cidoc;
import org.gcube.informationsystem.model.entity.Resource;

View File

@ -1,4 +1,4 @@
package org.gcube.informationsystem.parthenos.model.entity.resource.cdoc;
package org.gcube.informationsystem.parthenos.model.entity.resource.cidoc;
import org.gcube.informationsystem.model.entity.Resource;

View File

@ -1,4 +1,4 @@
package org.gcube.informationsystem.parthenos.model.entity.resource.cdoc;
package org.gcube.informationsystem.parthenos.model.entity.resource.cidoc;
import org.gcube.informationsystem.model.entity.Resource;