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

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

public class SMImportersRequest
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
SMImportersRequest()
           
SMImportersRequest(String objectType, String user)
           
 
Method Summary
 boolean equals(Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 String getObjectType()
          Gets the objectType value for this SMImportersRequest.
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 SMImportersRequest.
 int hashCode()
           
 void setObjectType(String objectType)
          Sets the objectType value for this SMImportersRequest.
 void setUser(String user)
          Sets the user value for this SMImportersRequest.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SMImportersRequest

public SMImportersRequest()

SMImportersRequest

public SMImportersRequest(String objectType,
                          String user)
Method Detail

getUser

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

Returns:
user

setUser

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

Parameters:
user -

getObjectType

public String getObjectType()
Gets the objectType value for this SMImportersRequest.

Returns:
objectType

setObjectType

public void setObjectType(String objectType)
Sets the objectType value for this SMImportersRequest.

Parameters:
objectType -

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.