|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.webservice.repository.UpdateResult
public class UpdateResult
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 |
---|
public UpdateResult()
public UpdateResult(java.lang.String statement, ResultSet updateCount, java.lang.String sourceId, Reference source, Reference destination)
Method Detail |
---|
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.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 |