|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gcube.index.fulltextindexnode.stubs.QueryLimited
public class QueryLimited
| Constructor Summary | |
|---|---|
QueryLimited()
|
|
QueryLimited(int count,
int from,
String query)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
int |
getCount()
Gets the count value for this QueryLimited. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer |
int |
getFrom()
Gets the from value for this QueryLimited. |
String |
getQuery()
Gets the query value for this QueryLimited. |
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 |
setCount(int count)
Sets the count value for this QueryLimited. |
void |
setFrom(int from)
Sets the from value for this QueryLimited. |
void |
setQuery(String query)
Sets the query value for this QueryLimited. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public QueryLimited()
public QueryLimited(int count,
int from,
String query)
| Method Detail |
|---|
public String getQuery()
public void setQuery(String query)
query - public int getCount()
public void setCount(int count)
count - public int getFrom()
public void setFrom(int from)
from - 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 | |||||||||