org.gcube.data.analysis.statisticalmanager.stubs
Class SMCreateTableRequest

java.lang.Object
  extended by org.gcube.data.analysis.statisticalmanager.stubs.SMCreateTableRequest
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
SMCreateTableFromCSVRequest, SMCreateTableFromDataStreamRequest

public abstract class SMCreateTableRequest
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
SMCreateTableRequest()
           
SMCreateTableRequest(String description, String fileName, String rsLocator, String tableName, String tableType, String user)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getDescription()
          Gets the description value for this SMCreateTableRequest.
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 String getFileName()
          Gets the fileName value for this SMCreateTableRequest.
 String getRsLocator()
          Gets the rsLocator value for this SMCreateTableRequest.
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
 String getTableName()
          Gets the tableName value for this SMCreateTableRequest.
 String getTableType()
          Gets the tableType value for this SMCreateTableRequest.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 String getUser()
          Gets the user value for this SMCreateTableRequest.
 int hashCode()
           
 void setDescription(String description)
          Sets the description value for this SMCreateTableRequest.
 void setFileName(String fileName)
          Sets the fileName value for this SMCreateTableRequest.
 void setRsLocator(String rsLocator)
          Sets the rsLocator value for this SMCreateTableRequest.
 void setTableName(String tableName)
          Sets the tableName value for this SMCreateTableRequest.
 void setTableType(String tableType)
          Sets the tableType value for this SMCreateTableRequest.
 void setUser(String user)
          Sets the user value for this SMCreateTableRequest.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SMCreateTableRequest

public SMCreateTableRequest()

SMCreateTableRequest

public SMCreateTableRequest(String description,
                            String fileName,
                            String rsLocator,
                            String tableName,
                            String tableType,
                            String user)
Method Detail

getUser

public String getUser()
Gets the user value for this SMCreateTableRequest.

Returns:
user

setUser

public void setUser(String user)
Sets the user value for this SMCreateTableRequest.

Parameters:
user -

getFileName

public String getFileName()
Gets the fileName value for this SMCreateTableRequest.

Returns:
fileName

setFileName

public void setFileName(String fileName)
Sets the fileName value for this SMCreateTableRequest.

Parameters:
fileName -

getTableName

public String getTableName()
Gets the tableName value for this SMCreateTableRequest.

Returns:
tableName

setTableName

public void setTableName(String tableName)
Sets the tableName value for this SMCreateTableRequest.

Parameters:
tableName -

getTableType

public String getTableType()
Gets the tableType value for this SMCreateTableRequest.

Returns:
tableType

setTableType

public void setTableType(String tableType)
Sets the tableType value for this SMCreateTableRequest.

Parameters:
tableType -

getDescription

public String getDescription()
Gets the description value for this SMCreateTableRequest.

Returns:
description

setDescription

public void setDescription(String description)
Sets the description value for this SMCreateTableRequest.

Parameters:
description -

getRsLocator

public String getRsLocator()
Gets the rsLocator value for this SMCreateTableRequest.

Returns:
rsLocator

setRsLocator

public void setRsLocator(String rsLocator)
Sets the rsLocator value for this SMCreateTableRequest.

Parameters:
rsLocator -

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
                                                                Class _javaType,
                                                                QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
                                                                    Class _javaType,
                                                                    QName _xmlType)
Get Custom Deserializer



Copyright © 2012. All Rights Reserved.