org.alfresco.webservice.types
Class ResultSetRow

java.lang.Object
  extended by org.alfresco.webservice.types.ResultSetRow
All Implemented Interfaces:
java.io.Serializable

public class ResultSetRow
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
ResultSetRow()
           
ResultSetRow(long rowIndex, NamedValue[] columns, java.lang.Float score, ResultSetRowNode node)
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResultSetRow

public ResultSetRow()

ResultSetRow

public ResultSetRow(long rowIndex,
                    NamedValue[] columns,
                    java.lang.Float score,
                    ResultSetRowNode node)
Method Detail

getRowIndex

public long getRowIndex()
Gets the rowIndex value for this ResultSetRow.

Returns:
rowIndex

setRowIndex

public void setRowIndex(long rowIndex)
Sets the rowIndex value for this ResultSetRow.

Parameters:
rowIndex -

getColumns

public NamedValue[] getColumns()
Gets the columns value for this ResultSetRow.

Returns:
columns

setColumns

public void setColumns(NamedValue[] columns)
Sets the columns value for this ResultSetRow.

Parameters:
columns -

getColumns

public NamedValue getColumns(int i)

setColumns

public void setColumns(int i,
                       NamedValue _value)

getScore

public java.lang.Float getScore()
Gets the score value for this ResultSetRow.

Returns:
score

setScore

public void setScore(java.lang.Float score)
Sets the score value for this ResultSetRow.

Parameters:
score -

getNode

public ResultSetRowNode getNode()
Gets the node value for this ResultSetRow.

Returns:
node

setNode

public void setNode(ResultSetRowNode node)
Sets the node value for this ResultSetRow.

Parameters:
node -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer



Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.