ca.bc.gov.webade.user.provider.capws.v8
Class PaginationResponse

java.lang.Object
  extended byca.bc.gov.webade.user.provider.capws.v8.PaginationResponse
All Implemented Interfaces:
java.io.Serializable

public class PaginationResponse
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
PaginationResponse()
           
PaginationResponse(int totalItems, int totalVirtualItems, int requestedPageSize, int requestedPageIndex)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 int getRequestedPageIndex()
          Gets the requestedPageIndex value for this PaginationResponse.
 int getRequestedPageSize()
          Gets the requestedPageSize value for this PaginationResponse.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 int getTotalItems()
          Gets the totalItems value for this PaginationResponse.
 int getTotalVirtualItems()
          Gets the totalVirtualItems value for this PaginationResponse.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setRequestedPageIndex(int requestedPageIndex)
          Sets the requestedPageIndex value for this PaginationResponse.
 void setRequestedPageSize(int requestedPageSize)
          Sets the requestedPageSize value for this PaginationResponse.
 void setTotalItems(int totalItems)
          Sets the totalItems value for this PaginationResponse.
 void setTotalVirtualItems(int totalVirtualItems)
          Sets the totalVirtualItems value for this PaginationResponse.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PaginationResponse

public PaginationResponse()

PaginationResponse

public PaginationResponse(int totalItems,
                          int totalVirtualItems,
                          int requestedPageSize,
                          int requestedPageIndex)
Method Detail

getTotalItems

public int getTotalItems()
Gets the totalItems value for this PaginationResponse.

Returns:
totalItems

setTotalItems

public void setTotalItems(int totalItems)
Sets the totalItems value for this PaginationResponse.

Parameters:
totalItems -

getTotalVirtualItems

public int getTotalVirtualItems()
Gets the totalVirtualItems value for this PaginationResponse.

Returns:
totalVirtualItems

setTotalVirtualItems

public void setTotalVirtualItems(int totalVirtualItems)
Sets the totalVirtualItems value for this PaginationResponse.

Parameters:
totalVirtualItems -

getRequestedPageSize

public int getRequestedPageSize()
Gets the requestedPageSize value for this PaginationResponse.

Returns:
requestedPageSize

setRequestedPageSize

public void setRequestedPageSize(int requestedPageSize)
Sets the requestedPageSize value for this PaginationResponse.

Parameters:
requestedPageSize -

getRequestedPageIndex

public int getRequestedPageIndex()
Gets the requestedPageIndex value for this PaginationResponse.

Returns:
requestedPageIndex

setRequestedPageIndex

public void setRequestedPageIndex(int requestedPageIndex)
Sets the requestedPageIndex value for this PaginationResponse.

Parameters:
requestedPageIndex -

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer