public class ResultSetRow extends Object implements Serializable
| Constructor and Description |
|---|
ResultSetRow() |
ResultSetRow(long rowIndex,
NamedValue[] columns,
Float score,
ResultSetRowNode node) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
NamedValue[] |
getColumns()
Gets the columns value for this ResultSetRow.
|
NamedValue |
getColumns(int i) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
ResultSetRowNode |
getNode()
Gets the node value for this ResultSetRow.
|
long |
getRowIndex()
Gets the rowIndex value for this ResultSetRow.
|
Float |
getScore()
Gets the score value for this ResultSetRow.
|
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 |
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(Float score)
Sets the score value for this ResultSetRow.
|
public ResultSetRow()
public ResultSetRow(long rowIndex,
NamedValue[] columns,
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 Float getScore()
public void setScore(Float score)
score - public ResultSetRowNode getNode()
public void setNode(ResultSetRowNode node)
node - 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.