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

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

public class SMComputation
extends SMOperation
implements Serializable

See Also:
Serialized Form

Constructor Summary
SMComputation()
           
SMComputation(String algorithm, String category, String infrastructure, SMEntry[] parameters, String title)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getAlgorithm()
          Gets the algorithm value for this SMComputation.
 String getCategory()
          Gets the category value for this SMComputation.
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 String getInfrastructure()
          Gets the infrastructure value for this SMComputation.
 SMEntry[] getParameters()
          Gets the parameters value for this SMComputation.
 SMEntry getParameters(int i)
           
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
 String getTitle()
          Gets the title value for this SMComputation.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setAlgorithm(String algorithm)
          Sets the algorithm value for this SMComputation.
 void setCategory(String category)
          Sets the category value for this SMComputation.
 void setInfrastructure(String infrastructure)
          Sets the infrastructure value for this SMComputation.
 void setParameters(int i, SMEntry _value)
           
 void setParameters(SMEntry[] parameters)
          Sets the parameters value for this SMComputation.
 void setTitle(String title)
          Sets the title value for this SMComputation.
 
Methods inherited from class org.gcube_system.namespaces.data.analysis.statisticalmanager.types.SMOperation
getAbstractResource, getCompletedDate, getDescription, getOperationId, getOperationStatus, getOperationType, getPortalLogin, getSubmissionDate, setAbstractResource, setCompletedDate, setDescription, setOperationId, setOperationStatus, setOperationType, setPortalLogin, setSubmissionDate
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SMComputation

public SMComputation()

SMComputation

public SMComputation(String algorithm,
                     String category,
                     String infrastructure,
                     SMEntry[] parameters,
                     String title)
Method Detail

getTitle

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

Returns:
title

setTitle

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

Parameters:
title -

getAlgorithm

public String getAlgorithm()
Gets the algorithm value for this SMComputation.

Returns:
algorithm

setAlgorithm

public void setAlgorithm(String algorithm)
Sets the algorithm value for this SMComputation.

Parameters:
algorithm -

getCategory

public String getCategory()
Gets the category value for this SMComputation.

Returns:
category

setCategory

public void setCategory(String category)
Sets the category value for this SMComputation.

Parameters:
category -

getParameters

public SMEntry[] getParameters()
Gets the parameters value for this SMComputation.

Returns:
parameters

setParameters

public void setParameters(SMEntry[] parameters)
Sets the parameters value for this SMComputation.

Parameters:
parameters -

getParameters

public SMEntry getParameters(int i)

setParameters

public void setParameters(int i,
                          SMEntry _value)

getInfrastructure

public String getInfrastructure()
Gets the infrastructure value for this SMComputation.

Returns:
infrastructure

setInfrastructure

public void setInfrastructure(String infrastructure)
Sets the infrastructure value for this SMComputation.

Parameters:
infrastructure -

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class SMOperation

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.