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

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

public class SMHistoryRequest
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
SMHistoryRequest()
           
SMHistoryRequest(String algorithm, String category, String user)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getAlgorithm()
          Gets the algorithm value for this SMHistoryRequest.
 String getCategory()
          Gets the category value for this SMHistoryRequest.
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
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 String getUser()
          Gets the user value for this SMHistoryRequest.
 int hashCode()
           
 void setAlgorithm(String algorithm)
          Sets the algorithm value for this SMHistoryRequest.
 void setCategory(String category)
          Sets the category value for this SMHistoryRequest.
 void setUser(String user)
          Sets the user value for this SMHistoryRequest.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SMHistoryRequest

public SMHistoryRequest()

SMHistoryRequest

public SMHistoryRequest(String algorithm,
                        String category,
                        String user)
Method Detail

getUser

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

Returns:
user

setUser

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

Parameters:
user -

getAlgorithm

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

Returns:
algorithm

setAlgorithm

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

Parameters:
algorithm -

getCategory

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

Returns:
category

setCategory

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

Parameters:
category -

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.