Rena Tsantouli 2012-10-11 14:10:33 +00:00
parent 24ea9cfd75
commit e027d23558
1 changed files with 3 additions and 1 deletions

View File

@ -1,11 +1,13 @@
package org.gcube.application.framework.core.genericresources.model;
import java.io.Serializable;
/**
* @author Valia Tsaqgkalidou (NKUA)
*
*/
public class ISGenericResource {
public class ISGenericResource implements Serializable {
protected String id;
protected String name;