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

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

public class SMComputationConfig
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
SMComputationConfig()
           
SMComputationConfig(SMAlgorithm algorithm, SMEntries parameters)
           
 
Method Summary
 boolean equals(Object obj)
           
 SMAlgorithm getAlgorithm()
          Gets the algorithm value for this SMComputationConfig.
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 SMEntries getParameters()
          Gets the parameters value for this SMComputationConfig.
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setAlgorithm(SMAlgorithm algorithm)
          Sets the algorithm value for this SMComputationConfig.
 void setParameters(SMEntries parameters)
          Sets the parameters value for this SMComputationConfig.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SMComputationConfig

public SMComputationConfig()

SMComputationConfig

public SMComputationConfig(SMAlgorithm algorithm,
                           SMEntries parameters)
Method Detail

getParameters

public SMEntries getParameters()
Gets the parameters value for this SMComputationConfig.

Returns:
parameters

setParameters

public void setParameters(SMEntries parameters)
Sets the parameters value for this SMComputationConfig.

Parameters:
parameters -

getAlgorithm

public SMAlgorithm getAlgorithm()
Gets the algorithm value for this SMComputationConfig.

Returns:
algorithm

setAlgorithm

public void setAlgorithm(SMAlgorithm algorithm)
Sets the algorithm value for this SMComputationConfig.

Parameters:
algorithm -

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.