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

java.lang.Object
  extended by org.gcube.data.analysis.statisticalmanager.stubs.SMComputationRequest
All Implemented Interfaces:
Serializable

public class SMComputationRequest
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
SMComputationRequest()
           
SMComputationRequest(SMComputationConfig config, String description, String title, String user)
           
 
Method Summary
 boolean equals(Object obj)
           
 SMComputationConfig getConfig()
          Gets the config value for this SMComputationRequest.
 String getDescription()
          Gets the description value for this SMComputationRequest.
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
 String getTitle()
          Gets the title value for this SMComputationRequest.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 String getUser()
          Gets the user value for this SMComputationRequest.
 int hashCode()
           
 void setConfig(SMComputationConfig config)
          Sets the config value for this SMComputationRequest.
 void setDescription(String description)
          Sets the description value for this SMComputationRequest.
 void setTitle(String title)
          Sets the title value for this SMComputationRequest.
 void setUser(String user)
          Sets the user value for this SMComputationRequest.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SMComputationRequest

public SMComputationRequest()

SMComputationRequest

public SMComputationRequest(SMComputationConfig config,
                            String description,
                            String title,
                            String user)
Method Detail

getUser

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

Returns:
user

setUser

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

Parameters:
user -

getTitle

public String getTitle()
Gets the title value for this SMComputationRequest.

Returns:
title

setTitle

public void setTitle(String title)
Sets the title value for this SMComputationRequest.

Parameters:
title -

getDescription

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

Returns:
description

setDescription

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

Parameters:
description -

getConfig

public SMComputationConfig getConfig()
Gets the config value for this SMComputationRequest.

Returns:
config

setConfig

public void setConfig(SMComputationConfig config)
Sets the config value for this SMComputationRequest.

Parameters:
config -

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.