org.alfresco.webservice.repository
Class UpdateResult

java.lang.Object
  extended by org.alfresco.webservice.repository.UpdateResult
All Implemented Interfaces:
java.io.Serializable

public class UpdateResult
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
UpdateResult()
           
UpdateResult(java.lang.String statement, ResultSet updateCount, java.lang.String sourceId, Reference source, Reference destination)
           
 
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
 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.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpdateResult

public UpdateResult()

UpdateResult

public UpdateResult(java.lang.String statement,
                    ResultSet updateCount,
                    java.lang.String sourceId,
                    Reference source,
                    Reference destination)
Method Detail

getStatement

public java.lang.String getStatement()
Gets the statement value for this UpdateResult.

Returns:
statement

setStatement

public void setStatement(java.lang.String statement)
Sets the statement value for this UpdateResult.

Parameters:
statement -

getUpdateCount

public ResultSet getUpdateCount()
Gets the updateCount value for this UpdateResult.

Returns:
updateCount

setUpdateCount

public void setUpdateCount(ResultSet updateCount)
Sets the updateCount value for this UpdateResult.

Parameters:
updateCount -

getSourceId

public java.lang.String getSourceId()
Gets the sourceId value for this UpdateResult.

Returns:
sourceId

setSourceId

public void setSourceId(java.lang.String sourceId)
Sets the sourceId value for this UpdateResult.

Parameters:
sourceId -

getSource

public Reference getSource()
Gets the source value for this UpdateResult.

Returns:
source

setSource

public void setSource(Reference source)
Sets the source value for this UpdateResult.

Parameters:
source -

getDestination

public Reference getDestination()
Gets the destination value for this UpdateResult.

Returns:
destination

setDestination

public void setDestination(Reference destination)
Sets the destination value for this UpdateResult.

Parameters:
destination -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer



Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.