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

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

public class SMTableMetadataRequest
extends Object
implements Serializable

See Also:
Serialized Form

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

Constructor Detail

SMTableMetadataRequest

public SMTableMetadataRequest()

SMTableMetadataRequest

public SMTableMetadataRequest(String template,
                              String user)
Method Detail

getUser

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

Returns:
user

setUser

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

Parameters:
user -

getTemplate

public String getTemplate()
Gets the template value for this SMTableMetadataRequest.

Returns:
template

setTemplate

public void setTemplate(String template)
Sets the template value for this SMTableMetadataRequest.

Parameters:
template -

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.