Creating Parthenos Entities Mapping to gCube Resources

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/private/luca.frosini/parthenos-entities@141934 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Luca Frosini 2017-01-31 09:22:50 +00:00
parent 7531fb1602
commit e42074838b
19 changed files with 30 additions and 8 deletions

View File

@ -5,6 +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;
/**
* @author Luca Frosini (ISTI - CNR)

View File

@ -1,6 +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;
/**
* @author Luca Frosini (ISTI - CNR)

View File

@ -1,5 +1,7 @@
package org.gcube.informationsystem.parthenos.model.entity.resource;
import org.gcube.informationsystem.parthenos.model.entity.resource.cdoc.D1_Digital_Object;
/**

View File

@ -1,6 +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;
/**
* @author Luca Frosini (ISTI - CNR)

View File

@ -1,5 +1,7 @@
package org.gcube.informationsystem.parthenos.model.entity.resource;
import org.gcube.informationsystem.parthenos.model.entity.resource.cdoc.D1_Digital_Object;
/**

View File

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

View File

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

View File

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

View File

@ -1,5 +1,7 @@
package org.gcube.informationsystem.parthenos.model.entity.resource;
import org.gcube.informationsystem.parthenos.model.entity.resource.cdoc.E7_Activity;
/**

View File

@ -1,5 +1,7 @@
package org.gcube.informationsystem.parthenos.model.entity.resource;
import org.gcube.informationsystem.parthenos.model.entity.resource.cdoc.E29_Design_or_Procedure;
/**

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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