public class SDMXExportMonitor extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected Throwable |
error |
protected float |
progress |
protected State |
status |
protected String |
statusDescription |
protected TabExportMetadata |
tabExportMetadata |
protected org.gcube.portlets.user.td.widgetcommonevent.shared.TRId |
trId |
protected String |
url |
Constructor and Description |
---|
SDMXExportMonitor() |
Modifier and Type | Method and Description |
---|---|
Throwable |
getError() |
float |
getProgress() |
State |
getStatus() |
String |
getStatusDescription() |
TabExportMetadata |
getTabExportMetadata() |
org.gcube.portlets.user.td.widgetcommonevent.shared.TRId |
getTrId() |
String |
getUrl() |
void |
setError(Throwable error) |
void |
setProgress(float progress) |
void |
setStatus(int status) |
void |
setStatus(State status) |
void |
setStatusDescription(String statusDescription) |
void |
setTabExportMetadata(TabExportMetadata tabExportMetadata) |
void |
setTrId(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId) |
void |
setUrl(String url) |
String |
toString() |
protected float progress
protected State status
protected String statusDescription
protected Throwable error
protected String url
protected TabExportMetadata tabExportMetadata
protected org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId
public org.gcube.portlets.user.td.widgetcommonevent.shared.TRId getTrId()
public void setTrId(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 String getUrl()
public void setUrl(String url)
public TabExportMetadata getTabExportMetadata()
public void setTabExportMetadata(TabExportMetadata tabExportMetadata)
Copyright © 2014. All Rights Reserved.