org.gcube.portlets.user.td.gwtservice.shared.csv
Class CSVImportMonitor
java.lang.Object
org.gcube.portlets.user.td.gwtservice.shared.csv.CSVImportMonitor
- All Implemented Interfaces:
- Serializable
public class CSVImportMonitor
- extends Object
- implements Serializable
- Author:
- "Giancarlo Panichi"
g.panichi@isti.cnr.it
- See Also:
- Serialized Form
progress
protected float progress
status
protected State status
statusDescription
protected String statusDescription
error
protected Throwable error
trId
protected TRId trId
CSVImportMonitor
public CSVImportMonitor()
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.