org.gcube.application.aquamaps.aquamapsservice.stubs.fw.model.elements
Class ExportTableStatusType
java.lang.Object
org.gcube.application.aquamaps.aquamapsservice.stubs.fw.model.elements.ExportTableStatusType
public class ExportTableStatusType
- extends Object
ExportTableStatusType
public ExportTableStatusType()
ExportTableStatusType
public ExportTableStatusType(String tableName,
ExportCSVSettings csvSettings,
String rsLocator,
ExportStatus status,
String errors)
tableName
public String tableName()
- Returns:
- the tableName
tableName
public void tableName(String tableName)
- Parameters:
tableName - the tableName to set
csvSettings
public ExportCSVSettings csvSettings()
- Returns:
- the csvSettings
csvSettings
public void csvSettings(ExportCSVSettings csvSettings)
- Parameters:
csvSettings - the csvSettings to set
rsLocator
public String rsLocator()
- Returns:
- the rsLocator
rsLocator
public void rsLocator(String rsLocator)
- Parameters:
rsLocator - the rsLocator to set
status
public ExportStatus status()
- Returns:
- the status
status
public void status(ExportStatus status)
- Parameters:
status - the status to set
errors
public String errors()
- Returns:
- the errors
errors
public void errors(String errors)
- Parameters:
errors - the errors to set
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2014. All Rights Reserved.