org.gcube.data.harmonization.occurrence.stubs
Class PagedRequestSettings

java.lang.Object
  extended by org.gcube.data.harmonization.occurrence.stubs.PagedRequestSettings
All Implemented Interfaces:
Serializable

public class PagedRequestSettings
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
PagedRequestSettings()
           
PagedRequestSettings(BigInteger offset, OrderDirection orderDirection, String orderField, BigInteger pageSize)
           
 
Method Summary
 boolean equals(Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 BigInteger getOffset()
          Gets the offset value for this PagedRequestSettings.
 OrderDirection getOrderDirection()
          Gets the orderDirection value for this PagedRequestSettings.
 String getOrderField()
          Gets the orderField value for this PagedRequestSettings.
 BigInteger getPageSize()
          Gets the pageSize value for this PagedRequestSettings.
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
 int hashCode()
           
 void setOffset(BigInteger offset)
          Sets the offset value for this PagedRequestSettings.
 void setOrderDirection(OrderDirection orderDirection)
          Sets the orderDirection value for this PagedRequestSettings.
 void setOrderField(String orderField)
          Sets the orderField value for this PagedRequestSettings.
 void setPageSize(BigInteger pageSize)
          Sets the pageSize value for this PagedRequestSettings.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PagedRequestSettings

public PagedRequestSettings()

PagedRequestSettings

public PagedRequestSettings(BigInteger offset,
                            OrderDirection orderDirection,
                            String orderField,
                            BigInteger pageSize)
Method Detail

getPageSize

public BigInteger getPageSize()
Gets the pageSize value for this PagedRequestSettings.

Returns:
pageSize

setPageSize

public void setPageSize(BigInteger pageSize)
Sets the pageSize value for this PagedRequestSettings.

Parameters:
pageSize -

getOffset

public BigInteger getOffset()
Gets the offset value for this PagedRequestSettings.

Returns:
offset

setOffset

public void setOffset(BigInteger offset)
Sets the offset value for this PagedRequestSettings.

Parameters:
offset -

getOrderField

public String getOrderField()
Gets the orderField value for this PagedRequestSettings.

Returns:
orderField

setOrderField

public void setOrderField(String orderField)
Sets the orderField value for this PagedRequestSettings.

Parameters:
orderField -

getOrderDirection

public OrderDirection getOrderDirection()
Gets the orderDirection value for this PagedRequestSettings.

Returns:
orderDirection

setOrderDirection

public void setOrderDirection(OrderDirection orderDirection)
Sets the orderDirection value for this PagedRequestSettings.

Parameters:
orderDirection -

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.