public class ResultSetRowNode
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
ResultSetRowNode() |
ResultSetRowNode(java.lang.String id,
java.lang.String type,
java.lang.String[] aspects) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String[] |
getAspects()
Gets the aspects value for this ResultSetRowNode.
|
java.lang.String |
getAspects(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
|
java.lang.String |
getId()
Gets the id value for this ResultSetRowNode.
|
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer
|
java.lang.String |
getType()
Gets the type value for this ResultSetRowNode.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setAspects(int i,
java.lang.String _value) |
void |
setAspects(java.lang.String[] aspects)
Sets the aspects value for this ResultSetRowNode.
|
void |
setId(java.lang.String id)
Sets the id value for this ResultSetRowNode.
|
void |
setType(java.lang.String type)
Sets the type value for this ResultSetRowNode.
|
public ResultSetRowNode()
public ResultSetRowNode(java.lang.String id,
java.lang.String type,
java.lang.String[] aspects)
public java.lang.String getId()
public void setId(java.lang.String id)
id - public java.lang.String getType()
public void setType(java.lang.String type)
type - public java.lang.String[] getAspects()
public void setAspects(java.lang.String[] aspects)
aspects - public java.lang.String getAspects(int i)
public void setAspects(int i,
java.lang.String _value)
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.