org.alfresco.webservice.authoring
Class CheckoutResult

java.lang.Object
  extended by org.alfresco.webservice.authoring.CheckoutResult
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
CheckoutResult()
           
CheckoutResult(Reference[] originals, Reference[] workingCopies)
           
 
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[] getOriginals()
          Gets the originals value for this CheckoutResult.
 Reference getOriginals(int i)
           
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 Reference[] getWorkingCopies()
          Gets the workingCopies value for this CheckoutResult.
 Reference getWorkingCopies(int i)
           
 int hashCode()
           
 void setOriginals(int i, Reference _value)
           
 void setOriginals(Reference[] originals)
          Sets the originals value for this CheckoutResult.
 void setWorkingCopies(int i, Reference _value)
           
 void setWorkingCopies(Reference[] workingCopies)
          Sets the workingCopies value for this CheckoutResult.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CheckoutResult

public CheckoutResult()

CheckoutResult

public CheckoutResult(Reference[] originals,
                      Reference[] workingCopies)
Method Detail

getOriginals

public Reference[] getOriginals()
Gets the originals value for this CheckoutResult.

Returns:
originals

setOriginals

public void setOriginals(Reference[] originals)
Sets the originals value for this CheckoutResult.

Parameters:
originals -

getOriginals

public Reference getOriginals(int i)

setOriginals

public void setOriginals(int i,
                         Reference _value)

getWorkingCopies

public Reference[] getWorkingCopies()
Gets the workingCopies value for this CheckoutResult.

Returns:
workingCopies

setWorkingCopies

public void setWorkingCopies(Reference[] workingCopies)
Sets the workingCopies value for this CheckoutResult.

Parameters:
workingCopies -

getWorkingCopies

public Reference getWorkingCopies(int i)

setWorkingCopies

public void setWorkingCopies(int i,
                             Reference _value)

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.