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:
parent
935ccf42b6
commit
338fe2b5ee
|
@ -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 {
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue