org.gcube_system.namespaces.data.analysis.statisticalmanager.types
Class CSVtoTabularRequest

java.lang.Object
  extended by org.gcube_system.namespaces.data.analysis.statisticalmanager.types.CSVtoTabularRequest
All Implemented Interfaces:
Serializable

public class CSVtoTabularRequest
extends Object
implements Serializable

See Also:
Serialized Form

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

Constructor Detail

CSVtoTabularRequest

public CSVtoTabularRequest()

CSVtoTabularRequest

public CSVtoTabularRequest(String description,
                           boolean hasHeader,
                           String rsLocator,
                           String tableName,
                           String tableType,
                           String user)
Method Detail

getUser

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

Returns:
user

setUser

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

Parameters:
user -

getTableName

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

Returns:
tableName

setTableName

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

Parameters:
tableName -

getRsLocator

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

Returns:
rsLocator

setRsLocator

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

Parameters:
rsLocator -

isHasHeader

public boolean isHasHeader()
Gets the hasHeader value for this CSVtoTabularRequest.

Returns:
hasHeader

setHasHeader

public void setHasHeader(boolean hasHeader)
Sets the hasHeader value for this CSVtoTabularRequest.

Parameters:
hasHeader -

getTableType

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

Returns:
tableType

setTableType

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

Parameters:
tableType -

getDescription

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

Returns:
description

setDescription

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

Parameters:
description -

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.