Minor updated

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-gwt-service@84945 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2013-11-05 11:17:21 +00:00
parent 935ccf42b6
commit 338fe2b5ee
3 changed files with 16 additions and 3 deletions

View File

@ -6,7 +6,10 @@ package org.gcube.portlets.user.td.gwtservice.shared;
import java.io.Serializable;
/**
* @author "Federico De Faveri defaveri@isti.cnr.it"
*
*
* @author "Giancarlo Panichi"
* <a href="mailto:g.panichi@isti.cnr.it">g.panichi@isti.cnr.it</a>
*
*/
public class Codelist implements Serializable {

View File

@ -6,7 +6,10 @@ package org.gcube.portlets.user.td.gwtservice.shared;
import java.io.Serializable;
/**
* @author "Federico De Faveri defaveri@isti.cnr.it"
*
*
* @author "Giancarlo Panichi"
* <a href="mailto:g.panichi@isti.cnr.it">g.panichi@isti.cnr.it</a>
*
*/
public class Dataset implements Serializable {

View File

@ -2,7 +2,14 @@ package org.gcube.portlets.user.td.gwtservice.shared;
import java.io.Serializable;
/**
* Are the possible states of a task on the service
*
*
* @author "Giancarlo Panichi"
* <a href="mailto:g.panichi@isti.cnr.it">g.panichi@isti.cnr.it</a>
*
*/
public enum State implements Serializable{
WAITING,
INITIALIZING,