org.gcube.index.fulltextindexnode.stubs
Class QueryLimited

java.lang.Object
  extended by org.gcube.index.fulltextindexnode.stubs.QueryLimited
All Implemented Interfaces:
Serializable

public class QueryLimited
extends Object
implements Serializable

See Also:
Serialized Form

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

QueryLimited

public QueryLimited()

QueryLimited

public QueryLimited(int count,
                    int from,
                    String query)
Method Detail

getQuery

public String getQuery()
Gets the query value for this QueryLimited.

Returns:
query

setQuery

public void setQuery(String query)
Sets the query value for this QueryLimited.

Parameters:
query -

getCount

public int getCount()
Gets the count value for this QueryLimited.

Returns:
count

setCount

public void setCount(int count)
Sets the count value for this QueryLimited.

Parameters:
count -

getFrom

public int getFrom()
Gets the from value for this QueryLimited.

Returns:
from

setFrom

public void setFrom(int from)
Sets the from value for this QueryLimited.

Parameters:
from -

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 © 2013. All Rights Reserved.