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

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

public class SDMXImportMonitor
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  TRId trId
           
 
Constructor Summary
SDMXImportMonitor()
           
 
Method Summary
 Throwable getError()
           
 float getProgress()
           
 State getStatus()
           
 String getStatusDescription()
           
 TRId getTrId()
           
 void setError(Throwable error)
           
 void setProgress(float progress)
           
 void setStatus(int status)
           
 void setStatus(State status)
           
 void setStatusDescription(String statusDescription)
           
 void setTrId(TRId trId)
           
 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

trId

protected TRId trId
Constructor Detail

SDMXImportMonitor

public SDMXImportMonitor()
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)

getTrId

public TRId getTrId()

setTrId

public void setTrId(TRId trId)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013. All Rights Reserved.