org.gcube.application.aquamaps.aquamapsservice.stubs.fw.model.elements
Class ExportTableRequest

java.lang.Object
  extended by org.gcube.application.aquamaps.aquamapsservice.stubs.fw.model.elements.ExportTableRequest

public class ExportTableRequest
extends Object


Constructor Summary
ExportTableRequest()
           
ExportTableRequest(String tableName, ExportOperation operationType, String user, String basketId, String toSaveName, ExportCSVSettings csvSettings)
           
 
Method Summary
 String basketId()
           
 void basketId(String basketId)
           
 ExportCSVSettings csvSettings()
           
 void csvSettings(ExportCSVSettings csvSettings)
           
 ExportOperation operationType()
           
 void operationType(ExportOperation operationType)
           
 String tableName()
           
 void tableName(String tableName)
           
 String toSaveName()
           
 void toSaveName(String toSaveName)
           
 String toString()
           
 String user()
           
 void user(String user)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExportTableRequest

public ExportTableRequest()

ExportTableRequest

public ExportTableRequest(String tableName,
                          ExportOperation operationType,
                          String user,
                          String basketId,
                          String toSaveName,
                          ExportCSVSettings csvSettings)
Method Detail

tableName

public String tableName()
Returns:
the tableName

tableName

public void tableName(String tableName)
Parameters:
tableName - the tableName to set

operationType

public ExportOperation operationType()
Returns:
the operationType

operationType

public void operationType(ExportOperation operationType)
Parameters:
operationType - the operationType to set

user

public String user()
Returns:
the user

user

public void user(String user)
Parameters:
user - the user to set

basketId

public String basketId()
Returns:
the basketId

basketId

public void basketId(String basketId)
Parameters:
basketId - the basketId to set

toSaveName

public String toSaveName()
Returns:
the toSaveName

toSaveName

public void toSaveName(String toSaveName)
Parameters:
toSaveName - the toSaveName to set

csvSettings

public ExportCSVSettings csvSettings()
Returns:
the csvSettings

csvSettings

public void csvSettings(ExportCSVSettings csvSettings)
Parameters:
csvSettings - the csvSettings to set

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2014. All Rights Reserved.