|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gcube_system.namespaces.application.aquamaps.types.PagedRequestSettings
public class PagedRequestSettings
| Constructor Summary | |
|---|---|
PagedRequestSettings()
|
|
PagedRequestSettings(int limit,
int offset,
OrderDirection orderDirection,
String orderField)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer |
int |
getLimit()
Gets the limit value for this PagedRequestSettings. |
int |
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. |
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 |
setLimit(int limit)
Sets the limit value for this PagedRequestSettings. |
void |
setOffset(int 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. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PagedRequestSettings()
public PagedRequestSettings(int limit,
int offset,
OrderDirection orderDirection,
String orderField)
| Method Detail |
|---|
public int getLimit()
public void setLimit(int limit)
limit - public int getOffset()
public void setOffset(int offset)
offset - public String getOrderField()
public void setOrderField(String orderField)
orderField - public OrderDirection getOrderDirection()
public void setOrderDirection(OrderDirection orderDirection)
orderDirection - public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
Class _javaType,
QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||