diff --git a/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE10_Digital_Curating_Service.java b/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE10_Digital_Curating_Service.java index 3d80be2..e377f47 100644 --- a/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE10_Digital_Curating_Service.java +++ b/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE10_Digital_Curating_Service.java @@ -1,7 +1,5 @@ package org.gcube.informationsystem.model.entity.resource.parthenos; - - /** * @author Luca Frosini (ISTI - CNR) */ diff --git a/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE11_Software_Curating_Service.java b/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE11_Software_Curating_Service.java index 4f4c3c3..ca02524 100644 --- a/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE11_Software_Curating_Service.java +++ b/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE11_Software_Curating_Service.java @@ -1,7 +1,5 @@ package org.gcube.informationsystem.model.entity.resource.parthenos; - - /** * @author Luca Frosini (ISTI - CNR) */ diff --git a/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE12_Data_Curating_Service.java b/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE12_Data_Curating_Service.java index dd2b67d..037ab4b 100644 --- a/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE12_Data_Curating_Service.java +++ b/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE12_Data_Curating_Service.java @@ -1,7 +1,5 @@ package org.gcube.informationsystem.model.entity.resource.parthenos; - - /** * @author Luca Frosini (ISTI - CNR) */ diff --git a/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE13_Software_Computing_E_Service.java b/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE13_Software_Computing_E_Service.java index a3b3979..738f6ea 100644 --- a/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE13_Software_Computing_E_Service.java +++ b/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE13_Software_Computing_E_Service.java @@ -1,322 +1,9 @@ package org.gcube.informationsystem.model.entity.resource.parthenos; -import java.util.Collection; - -import javax.xml.datatype.XMLGregorianCalendar; - -import org.gcube.informationsystem.model.entity.facet.parthenos.PE29_Access_Point; -import org.gcube.informationsystem.model.entity.resource.cidoc.D14_Software; -import org.gcube.informationsystem.model.entity.resource.cidoc.D1_Digital_Object; -import org.gcube.informationsystem.model.entity.resource.cidoc.E39_Actor; -import org.gcube.informationsystem.model.entity.resource.cidoc.E70_Thing; - /** - * @author Luca Frosini (ISTI - CNR) - */ -public interface PE13_Software_Computing_E_Service extends PE8_E_Service, PE6_Software_Hosting_Service { - - /* *************************************************** - * Property http://www.ics.forth.gr/isl/CRMpe/PP14_runs_on_request - */ - - /** - * Gets all property values for the PP14_runs_on_request property.

- * - * @returns a collection of values for the PP14_runs_on_request property. - */ - Collection getPP14_runs_on_request(); - - /** - * Checks if the class has a PP14_runs_on_request property value.

- * - * @return true if there is a PP14_runs_on_request property value. - */ - boolean hasPP14_runs_on_request(); - - /** - * Adds a PP14_runs_on_request property value.

- * - * @param newPP14_runs_on_request the PP14_runs_on_request property value to be added - */ - void addPP14_runs_on_request(D14_Software newPP14_runs_on_request); - - /** - * Removes a PP14_runs_on_request property value.

- * - * @param oldPP14_runs_on_request the PP14_runs_on_request property value to be removed. - */ - void removePP14_runs_on_request(D14_Software oldPP14_runs_on_request); - - - /* *************************************************** - * Property http://www.ics.forth.gr/isl/CRMpe/PP1i_is_currently_offered_by - */ - - /** - * Gets all property values for the PP1i_is_currently_offered_by property.

- * - * @returns a collection of values for the PP1i_is_currently_offered_by property. - */ - Collection getPP1i_is_currently_offered_by(); - - /** - * Checks if the class has a PP1i_is_currently_offered_by property value.

- * - * @return true if there is a PP1i_is_currently_offered_by property value. - */ - boolean hasPP1i_is_currently_offered_by(); - - /** - * Adds a PP1i_is_currently_offered_by property value.

- * - * @param newPP1i_is_currently_offered_by the PP1i_is_currently_offered_by property value to be added - */ - void addPP1i_is_currently_offered_by(PE26_RI_Project newPP1i_is_currently_offered_by); - - /** - * Removes a PP1i_is_currently_offered_by property value.

- * - * @param oldPP1i_is_currently_offered_by the PP1i_is_currently_offered_by property value to be removed. - */ - void removePP1i_is_currently_offered_by(PE26_RI_Project oldPP1i_is_currently_offered_by); - - - /* *************************************************** - * Property http://www.ics.forth.gr/isl/CRMpe/PP28_has_designated_access_point - */ - - /** - * Gets all property values for the PP28_has_designated_access_point property.

- * - * @returns a collection of values for the PP28_has_designated_access_point property. - */ - Collection getPP28_has_designated_access_point(); - - /** - * Checks if the class has a PP28_has_designated_access_point property value.

- * - * @return true if there is a PP28_has_designated_access_point property value. - */ - boolean hasPP28_has_designated_access_point(); - - /** - * Adds a PP28_has_designated_access_point property value.

- * - * @param newPP28_has_designated_access_point the PP28_has_designated_access_point property value to be added - */ - void addPP28_has_designated_access_point(PE29_Access_Point newPP28_has_designated_access_point); - - /** - * Removes a PP28_has_designated_access_point property value.

- * - * @param oldPP28_has_designated_access_point the PP28_has_designated_access_point property value to be removed. - */ - void removePP28_has_designated_access_point(PE29_Access_Point oldPP28_has_designated_access_point); - - - /* *************************************************** - * Property http://www.ics.forth.gr/isl/CRMpe/PP29_uses_access_protocol - */ - - /** - * Gets all property values for the PP29_uses_access_protocol property.

- * - * @returns a collection of values for the PP29_uses_access_protocol property. - */ - Collection getPP29_uses_access_protocol(); - - /** - * Checks if the class has a PP29_uses_access_protocol property value.

- * - * @return true if there is a PP29_uses_access_protocol property value. - */ - boolean hasPP29_uses_access_protocol(); - - /** - * Adds a PP29_uses_access_protocol property value.

- * - * @param newPP29_uses_access_protocol the PP29_uses_access_protocol property value to be added - */ - void addPP29_uses_access_protocol(D14_Software newPP29_uses_access_protocol); - - /** - * Removes a PP29_uses_access_protocol property value.

- * - * @param oldPP29_uses_access_protocol the PP29_uses_access_protocol property value to be removed. - */ - void removePP29_uses_access_protocol(D14_Software oldPP29_uses_access_protocol); - - - /* *************************************************** - * Property http://www.ics.forth.gr/isl/CRMpe/PP2_provided_by - */ - - /** - * Gets all property values for the PP2_provided_by property.

- * - * @returns a collection of values for the PP2_provided_by property. - */ - Collection getPP2_provided_by(); - - /** - * Checks if the class has a PP2_provided_by property value.

- * - * @return true if there is a PP2_provided_by property value. - */ - boolean hasPP2_provided_by(); - - /** - * Adds a PP2_provided_by property value.

- * - * @param newPP2_provided_by the PP2_provided_by property value to be added - */ - void addPP2_provided_by(E39_Actor newPP2_provided_by); - - /** - * Removes a PP2_provided_by property value.

- * - * @param oldPP2_provided_by the PP2_provided_by property value to be removed. - */ - void removePP2_provided_by(E39_Actor oldPP2_provided_by); - - - /* *************************************************** - * Property http://www.ics.forth.gr/isl/CRMpe/PP4_hosts_object - */ - - /** - * Gets all property values for the PP4_hosts_object property.

- * - * @returns a collection of values for the PP4_hosts_object property. - */ - Collection getPP4_hosts_object(); - - /** - * Checks if the class has a PP4_hosts_object property value.

- * - * @return true if there is a PP4_hosts_object property value. - */ - boolean hasPP4_hosts_object(); - - /** - * Adds a PP4_hosts_object property value.

- * - * @param newPP4_hosts_object the PP4_hosts_object property value to be added - */ - void addPP4_hosts_object(E70_Thing newPP4_hosts_object); - - /** - * Removes a PP4_hosts_object property value.

- * - * @param oldPP4_hosts_object the PP4_hosts_object property value to be removed. - */ - void removePP4_hosts_object(E70_Thing oldPP4_hosts_object); - - - /* *************************************************** - * Property http://www.ics.forth.gr/isl/CRMpe/PP6_hosts_digital_object - */ - - /** - * Gets all property values for the PP6_hosts_digital_object property.

- * - * @returns a collection of values for the PP6_hosts_digital_object property. - */ - Collection getPP6_hosts_digital_object(); - - /** - * Checks if the class has a PP6_hosts_digital_object property value.

- * - * @return true if there is a PP6_hosts_digital_object property value. - */ - boolean hasPP6_hosts_digital_object(); - - /** - * Adds a PP6_hosts_digital_object property value.

- * - * @param newPP6_hosts_digital_object the PP6_hosts_digital_object property value to be added - */ - void addPP6_hosts_digital_object(D1_Digital_Object newPP6_hosts_digital_object); - - /** - * Removes a PP6_hosts_digital_object property value.

- * - * @param oldPP6_hosts_digital_object the PP6_hosts_digital_object property value to be removed. - */ - void removePP6_hosts_digital_object(D1_Digital_Object oldPP6_hosts_digital_object); - - - /* *************************************************** - * Property http://www.ics.forth.gr/isl/CRMpe/PP7_hosts_software_object - */ - - /** - * Gets all property values for the PP7_hosts_software_object property.

- * - * @returns a collection of values for the PP7_hosts_software_object property. - */ - Collection getPP7_hosts_software_object(); - - /** - * Checks if the class has a PP7_hosts_software_object property value.

- * - * @return true if there is a PP7_hosts_software_object property value. - */ - boolean hasPP7_hosts_software_object(); - - /** - * Adds a PP7_hosts_software_object property value.

- * - * @param newPP7_hosts_software_object the PP7_hosts_software_object property value to be added - */ - void addPP7_hosts_software_object(D14_Software newPP7_hosts_software_object); - - /** - * Removes a PP7_hosts_software_object property value.

- * - * @param oldPP7_hosts_software_object the PP7_hosts_software_object property value to be removed. - */ - void removePP7_hosts_software_object(D14_Software oldPP7_hosts_software_object); - - - /* *************************************************** - * Property http://www.ics.forth.gr/isl/CRMpe/PP42_has_declarative_time - */ - - /** - * Gets all property values for the PP42_has_declarative_time property.

- * - * @returns a collection of values for the PP42_has_declarative_time property. - */ - Collection getPP42_has_declarative_time(); - - /** - * Checks if the class has a PP42_has_declarative_time property value.

- * - * @return true if there is a PP42_has_declarative_time property value. - */ - boolean hasPP42_has_declarative_time(); - - /** - * Adds a PP42_has_declarative_time property value.

- * - * @param newPP42_has_declarative_time the PP42_has_declarative_time property value to be added - */ - void addPP42_has_declarative_time(XMLGregorianCalendar newPP42_has_declarative_time); - - /** - * Removes a PP42_has_declarative_time property value.

- * - * @param oldPP42_has_declarative_time the PP42_has_declarative_time property value to be removed. - */ - void removePP42_has_declarative_time(XMLGregorianCalendar oldPP42_has_declarative_time); - - - - /* *************************************************** - * Common interfaces - */ - - + * @author Luca Frosini (ISTI - CNR) + */ +public interface PE13_Software_Computing_E_Service extends PE8_E_Service, + PE6_Software_Hosting_Service { } diff --git a/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE14_Software_Delivery_E_Service.java b/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE14_Software_Delivery_E_Service.java index 981d764..956beb5 100644 --- a/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE14_Software_Delivery_E_Service.java +++ b/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE14_Software_Delivery_E_Service.java @@ -1,6 +1,5 @@ package org.gcube.informationsystem.model.entity.resource.parthenos; - /** * @author Luca Frosini (ISTI - CNR) */ diff --git a/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE15_Data_E_Service.java b/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE15_Data_E_Service.java index f9c66ae..4ba1ff5 100644 --- a/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE15_Data_E_Service.java +++ b/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE15_Data_E_Service.java @@ -1,7 +1,5 @@ package org.gcube.informationsystem.model.entity.resource.parthenos; - - /** * @author Luca Frosini (ISTI - CNR) */ diff --git a/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE16_Curated_Software_E_Service.java b/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE16_Curated_Software_E_Service.java index c210252..4c780e6 100644 --- a/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE16_Curated_Software_E_Service.java +++ b/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE16_Curated_Software_E_Service.java @@ -1,7 +1,5 @@ package org.gcube.informationsystem.model.entity.resource.parthenos; - - /** * @author Luca Frosini (ISTI - CNR) */ diff --git a/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE17_Curated_Data_E_Service.java b/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE17_Curated_Data_E_Service.java index aa5a3d7..1394f03 100644 --- a/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE17_Curated_Data_E_Service.java +++ b/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE17_Curated_Data_E_Service.java @@ -1,7 +1,5 @@ package org.gcube.informationsystem.model.entity.resource.parthenos; - - /** * @author Luca Frosini (ISTI - CNR) */ diff --git a/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE19_Persistent_Digital_Object.java b/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE19_Persistent_Digital_Object.java index 47db64f..3a329a8 100644 --- a/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE19_Persistent_Digital_Object.java +++ b/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE19_Persistent_Digital_Object.java @@ -2,8 +2,6 @@ package org.gcube.informationsystem.model.entity.resource.parthenos; import org.gcube.informationsystem.model.entity.resource.cidoc.D1_Digital_Object; - - /** * @author Luca Frosini (ISTI - CNR) */ diff --git a/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE20_Volatile_Digital_Object.java b/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE20_Volatile_Digital_Object.java index be34cb6..6222d64 100644 --- a/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE20_Volatile_Digital_Object.java +++ b/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE20_Volatile_Digital_Object.java @@ -2,8 +2,6 @@ package org.gcube.informationsystem.model.entity.resource.parthenos; import org.gcube.informationsystem.model.entity.resource.cidoc.D1_Digital_Object; - - /** * @author Luca Frosini (ISTI - CNR) */ diff --git a/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE21_Persistent_Software.java b/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE21_Persistent_Software.java index e175dab..ce3b7a3 100644 --- a/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE21_Persistent_Software.java +++ b/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE21_Persistent_Software.java @@ -2,8 +2,6 @@ package org.gcube.informationsystem.model.entity.resource.parthenos; import org.gcube.informationsystem.model.entity.resource.cidoc.D14_Software; - - /** * @author Luca Frosini (ISTI - CNR) */ diff --git a/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE22_Persistent_Dataset.java b/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE22_Persistent_Dataset.java index 73e0843..7d3cee3 100644 --- a/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE22_Persistent_Dataset.java +++ b/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE22_Persistent_Dataset.java @@ -1,7 +1,5 @@ package org.gcube.informationsystem.model.entity.resource.parthenos; - - /** * @author Luca Frosini (ISTI - CNR) */ diff --git a/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE23_Volatile_Software.java b/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE23_Volatile_Software.java index 282edb5..4fe171e 100644 --- a/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE23_Volatile_Software.java +++ b/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE23_Volatile_Software.java @@ -2,7 +2,6 @@ package org.gcube.informationsystem.model.entity.resource.parthenos; import org.gcube.informationsystem.model.entity.resource.cidoc.D14_Software; - /** * @author Luca Frosini (ISTI - CNR) */ diff --git a/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE24_Volatile_Dataset.java b/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE24_Volatile_Dataset.java index 1c1eab8..f463bef 100644 --- a/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE24_Volatile_Dataset.java +++ b/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE24_Volatile_Dataset.java @@ -1,7 +1,5 @@ package org.gcube.informationsystem.model.entity.resource.parthenos; - - /** * @author Luca Frosini (ISTI - CNR) */ diff --git a/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE25_RI_Consortium.java b/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE25_RI_Consortium.java index d2cbf89..06a45bf 100644 --- a/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE25_RI_Consortium.java +++ b/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE25_RI_Consortium.java @@ -2,7 +2,6 @@ package org.gcube.informationsystem.model.entity.resource.parthenos; import org.gcube.informationsystem.model.entity.resource.cidoc.E40_Legal_Body; - /** * @author Luca Frosini (ISTI - CNR) */ diff --git a/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE26_RI_Project.java b/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE26_RI_Project.java index 5058c7c..511535f 100644 --- a/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE26_RI_Project.java +++ b/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE26_RI_Project.java @@ -2,8 +2,6 @@ package org.gcube.informationsystem.model.entity.resource.parthenos; import org.gcube.informationsystem.model.entity.resource.cidoc.E7_Activity; - - /** * @author Luca Frosini (ISTI - CNR) */ diff --git a/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE28_Curation_Plan.java b/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE28_Curation_Plan.java index 591f9d6..ab98e42 100644 --- a/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE28_Curation_Plan.java +++ b/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE28_Curation_Plan.java @@ -2,8 +2,6 @@ package org.gcube.informationsystem.model.entity.resource.parthenos; import org.gcube.informationsystem.model.entity.resource.cidoc.E29_Design_or_Procedure; - - /** * @author Luca Frosini (ISTI - CNR) */ diff --git a/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE2_Hosting_Service.java b/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE2_Hosting_Service.java index a723278..4417df6 100644 --- a/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE2_Hosting_Service.java +++ b/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE2_Hosting_Service.java @@ -2,7 +2,6 @@ package org.gcube.informationsystem.model.entity.resource.parthenos; import org.gcube.informationsystem.model.entity.resource.HostingNode; - /** * @author Luca Frosini (ISTI - CNR) */ diff --git a/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE32_Curated_Thing.java b/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE32_Curated_Thing.java index f09bd31..73f38f9 100644 --- a/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE32_Curated_Thing.java +++ b/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE32_Curated_Thing.java @@ -2,7 +2,6 @@ package org.gcube.informationsystem.model.entity.resource.parthenos; import org.gcube.informationsystem.model.entity.resource.cidoc.E70_Thing; - /** * @author Luca Frosini (ISTI - CNR) */ diff --git a/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE3_Curating_Service.java b/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE3_Curating_Service.java index 7f17e9d..d5c2d37 100644 --- a/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE3_Curating_Service.java +++ b/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE3_Curating_Service.java @@ -1,7 +1,5 @@ package org.gcube.informationsystem.model.entity.resource.parthenos; - - /** * @author Luca Frosini (ISTI - CNR) */ diff --git a/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE5_Digital_Hosting_Service.java b/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE5_Digital_Hosting_Service.java index 657f87d..3d61b43 100644 --- a/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE5_Digital_Hosting_Service.java +++ b/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE5_Digital_Hosting_Service.java @@ -1,6 +1,5 @@ package org.gcube.informationsystem.model.entity.resource.parthenos; - /** * @author Luca Frosini (ISTI - CNR) */ diff --git a/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE6_Software_Hosting_Service.java b/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE6_Software_Hosting_Service.java index 42a249c..dd68032 100644 --- a/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE6_Software_Hosting_Service.java +++ b/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE6_Software_Hosting_Service.java @@ -1,7 +1,5 @@ package org.gcube.informationsystem.model.entity.resource.parthenos; - - /** * @author Luca Frosini (ISTI - CNR) */ diff --git a/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE7_Data_Hosting_Service.java b/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE7_Data_Hosting_Service.java index 5eceda2..471d339 100644 --- a/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE7_Data_Hosting_Service.java +++ b/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE7_Data_Hosting_Service.java @@ -1,7 +1,5 @@ package org.gcube.informationsystem.model.entity.resource.parthenos; - - /** * @author Luca Frosini (ISTI - CNR) */ diff --git a/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE8_E_Service.java b/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE8_E_Service.java index c6f9ed7..139eb5e 100644 --- a/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE8_E_Service.java +++ b/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE8_E_Service.java @@ -2,7 +2,6 @@ package org.gcube.informationsystem.model.entity.resource.parthenos; import org.gcube.informationsystem.model.entity.resource.EService; - /** * @author Luca Frosini (ISTI - CNR) */