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

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

public class DataStreamtoTabularRequest
extends Object
implements Serializable

See Also:
Serialized Form

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

Constructor Detail

DataStreamtoTabularRequest

public DataStreamtoTabularRequest()

DataStreamtoTabularRequest

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

getUser

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

Returns:
user

setUser

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

Parameters:
user -

getTableName

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

Returns:
tableName

setTableName

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

Parameters:
tableName -

getTableType

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

Returns:
tableType

setTableType

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

Parameters:
tableType -

getRsLocator

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

Returns:
rsLocator

setRsLocator

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

Parameters:
rsLocator -

getDescription

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

Returns:
description

setDescription

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

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.