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