|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.webservice.types.ResultSetRow
public class ResultSetRow
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 |
---|
public ResultSetRow()
public ResultSetRow(long rowIndex, NamedValue[] columns, java.lang.Float score, ResultSetRowNode node)
Method Detail |
---|
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.Object
public int hashCode()
hashCode
in class java.lang.Object
public 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)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |