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

java.lang.Object
  extended by org.gcube_system.namespaces.data.analysis.statisticalmanager.types.SMPagedRequest
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
SMComputationsRequest, SMCreatedTablesRequest, SMImportersRequest

public abstract class SMPagedRequest
extends Object
implements Serializable

See Also:
Serialized Form

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

Constructor Detail

SMPagedRequest

public SMPagedRequest()

SMPagedRequest

public SMPagedRequest(int page,
                      int pageSize,
                      String user)
Method Detail

getUser

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

Returns:
user

setUser

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

Parameters:
user -

getPage

public int getPage()
Gets the page value for this SMPagedRequest.

Returns:
page

setPage

public void setPage(int page)
Sets the page value for this SMPagedRequest.

Parameters:
page -

getPageSize

public int getPageSize()
Gets the pageSize value for this SMPagedRequest.

Returns:
pageSize

setPageSize

public void setPageSize(int pageSize)
Sets the pageSize value for this SMPagedRequest.

Parameters:
pageSize -

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.