public class UpdateResult
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
UpdateResult() |
UpdateResult(java.lang.String statement,
ResultSet updateCount,
java.lang.String sourceId,
Reference source,
Reference destination) |
| Modifier and Type | Method and Description |
|---|---|
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
|
Reference |
getDestination()
Gets the destination value for this UpdateResult.
|
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer
|
Reference |
getSource()
Gets the source value for this UpdateResult.
|
java.lang.String |
getSourceId()
Gets the sourceId value for this UpdateResult.
|
java.lang.String |
getStatement()
Gets the statement value for this UpdateResult.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
ResultSet |
getUpdateCount()
Gets the updateCount value for this UpdateResult.
|
int |
hashCode() |
void |
setDestination(Reference destination)
Sets the destination value for this UpdateResult.
|
void |
setSource(Reference source)
Sets the source value for this UpdateResult.
|
void |
setSourceId(java.lang.String sourceId)
Sets the sourceId value for this UpdateResult.
|
void |
setStatement(java.lang.String statement)
Sets the statement value for this UpdateResult.
|
void |
setUpdateCount(ResultSet updateCount)
Sets the updateCount value for this UpdateResult.
|
public java.lang.String getStatement()
public void setStatement(java.lang.String statement)
statement - public ResultSet getUpdateCount()
public void setUpdateCount(ResultSet updateCount)
updateCount - public java.lang.String getSourceId()
public void setSourceId(java.lang.String sourceId)
sourceId - public Reference getSource()
public void setSource(Reference source)
source - public Reference getDestination()
public void setDestination(Reference destination)
destination - 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.