public class QueryResult extends Object implements Serializable
| Constructor and Description |
|---|
QueryResult() |
QueryResult(String querySession,
ResultSet resultSet) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
String |
getQuerySession()
Gets the querySession value for this QueryResult.
|
ResultSet |
getResultSet()
Gets the resultSet value for this QueryResult.
|
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 |
setQuerySession(String querySession)
Sets the querySession value for this QueryResult.
|
void |
setResultSet(ResultSet resultSet)
Sets the resultSet value for this QueryResult.
|
public String getQuerySession()
public void setQuerySession(String querySession)
querySession - public ResultSet getResultSet()
public void setResultSet(ResultSet resultSet)
resultSet - public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2005–2014 Alfresco Software. All rights reserved.