org.gcube.portlets.user.td.gwtservice.shared.sdmx
Class SDMXExportMonitor

java.lang.Object
  extended by org.gcube.portlets.user.td.gwtservice.shared.sdmx.SDMXExportMonitor
All Implemented Interfaces:
Serializable

public class SDMXExportMonitor
extends Object
implements Serializable

Author:
"Giancarlo Panichi" g.panichi@isti.cnr.it
See Also:
Serialized Form

Field Summary
protected  Throwable error
           
protected  float progress
           
protected  State status
           
protected  String statusDescription
           
protected  String url
           
 
Constructor Summary
SDMXExportMonitor()
           
 
Method Summary
 Throwable getError()
           
 float getProgress()
           
 State getStatus()
           
 String getStatusDescription()
           
 String getUrl()
           
 void setError(Throwable error)
           
 void setProgress(float progress)
           
 void setStatus(int status)
           
 void setStatus(State status)
           
 void setStatusDescription(String statusDescription)
           
 void setUrl(String url)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

progress

protected float progress

status

protected State status

statusDescription

protected String statusDescription

error

protected Throwable error

url

protected String url
Constructor Detail

SDMXExportMonitor

public SDMXExportMonitor()
Method Detail

getProgress

public float getProgress()

getStatus

public State getStatus()

getStatusDescription

public String getStatusDescription()

setProgress

public void setProgress(float progress)

setStatus

public void setStatus(State status)

setStatus

public void setStatus(int status)

setStatusDescription

public void setStatusDescription(String statusDescription)

getError

public Throwable getError()

setError

public void setError(Throwable error)

getUrl

public String getUrl()

setUrl

public void setUrl(String url)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013. All Rights Reserved.