public class ResultSetRow
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
ResultSetRow() |
ResultSetRow(long rowIndex,
NamedValue[] columns,
java.lang.Float score,
ResultSetRowNode node) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
NamedValue[] |
getColumns()
Gets the columns value for this ResultSetRow.
|
NamedValue |
getColumns(int i) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer
|
ResultSetRowNode |
getNode()
Gets the node value for this ResultSetRow.
|
long |
getRowIndex()
Gets the rowIndex value for this ResultSetRow.
|
java.lang.Float |
getScore()
Gets the score value for this ResultSetRow.
|
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setColumns(int i,
NamedValue _value) |
void |
setColumns(NamedValue[] columns)
Sets the columns value for this ResultSetRow.
|
void |
setNode(ResultSetRowNode node)
Sets the node value for this ResultSetRow.
|
void |
setRowIndex(long rowIndex)
Sets the rowIndex value for this ResultSetRow.
|
void |
setScore(java.lang.Float score)
Sets the score value for this ResultSetRow.
|
public ResultSetRow()
public ResultSetRow(long rowIndex,
NamedValue[] columns,
java.lang.Float score,
ResultSetRowNode node)
public long getRowIndex()
public void setRowIndex(long rowIndex)
rowIndex - public NamedValue[] getColumns()
public void setColumns(NamedValue[] columns)
columns - public NamedValue getColumns(int i)
public void setColumns(int i,
NamedValue _value)
public java.lang.Float getScore()
public void setScore(java.lang.Float score)
score - public ResultSetRowNode getNode()
public void setNode(ResultSetRowNode node)
node - public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.