public class CSVImportMonitor extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected Throwable |
error |
protected float |
progress |
protected State |
status |
protected String |
statusDescription |
protected org.gcube.portlets.user.td.widgetcommonevent.shared.TRId |
trId |
Constructor and Description |
---|
CSVImportMonitor() |
Modifier and Type | Method and Description |
---|---|
Throwable |
getError() |
float |
getProgress() |
State |
getStatus() |
String |
getStatusDescription() |
org.gcube.portlets.user.td.widgetcommonevent.shared.TRId |
getTrId() |
void |
setError(Throwable error) |
void |
setProgress(float progress) |
void |
setStatus(int status) |
void |
setStatus(State status) |
void |
setStatusDescription(String statusDescription) |
void |
setTrId(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId) |
String |
toString() |
protected float progress
protected State status
protected String statusDescription
protected Throwable error
protected org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId
public float getProgress()
public State getStatus()
public String getStatusDescription()
public void setProgress(float progress)
public void setStatus(State status)
public void setStatus(int status)
public void setStatusDescription(String statusDescription)
public Throwable getError()
public void setError(Throwable error)
public org.gcube.portlets.user.td.widgetcommonevent.shared.TRId getTrId()
public void setTrId(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId)
Copyright © 2014. All Rights Reserved.