|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.webservice.types.ResultSet
public class ResultSet
Constructor Summary | |
---|---|
ResultSet()
|
|
ResultSet(ResultSetRow[] rows,
long totalRowCount,
ResultSetMetaData metaData)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer |
ResultSetMetaData |
getMetaData()
Gets the metaData value for this ResultSet. |
ResultSetRow[] |
getRows()
Gets the rows value for this ResultSet. |
ResultSetRow |
getRows(int i)
|
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer |
long |
getTotalRowCount()
Gets the totalRowCount value for this ResultSet. |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
int |
hashCode()
|
void |
setMetaData(ResultSetMetaData metaData)
Sets the metaData value for this ResultSet. |
void |
setRows(int i,
ResultSetRow _value)
|
void |
setRows(ResultSetRow[] rows)
Sets the rows value for this ResultSet. |
void |
setTotalRowCount(long totalRowCount)
Sets the totalRowCount value for this ResultSet. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ResultSet()
public ResultSet(ResultSetRow[] rows, long totalRowCount, ResultSetMetaData metaData)
Method Detail |
---|
public ResultSetRow[] getRows()
public void setRows(ResultSetRow[] rows)
rows
- public ResultSetRow getRows(int i)
public void setRows(int i, ResultSetRow _value)
public long getTotalRowCount()
public void setTotalRowCount(long totalRowCount)
totalRowCount
- public ResultSetMetaData getMetaData()
public void setMetaData(ResultSetMetaData metaData)
metaData
- 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 |