org.alfresco.webservice.authoring
Class LockStatus

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

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

See Also:
Serialized Form

Constructor Summary
LockStatus()
           
LockStatus(Reference node, LockTypeEnum lockType, java.lang.String lockOwner)
           
 
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
 java.lang.String getLockOwner()
          Gets the lockOwner value for this LockStatus.
 LockTypeEnum getLockType()
          Gets the lockType value for this LockStatus.
 Reference getNode()
          Gets the node value for this LockStatus.
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
 int hashCode()
           
 void setLockOwner(java.lang.String lockOwner)
          Sets the lockOwner value for this LockStatus.
 void setLockType(LockTypeEnum lockType)
          Sets the lockType value for this LockStatus.
 void setNode(Reference node)
          Sets the node value for this LockStatus.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LockStatus

public LockStatus()

LockStatus

public LockStatus(Reference node,
                  LockTypeEnum lockType,
                  java.lang.String lockOwner)
Method Detail

getNode

public Reference getNode()
Gets the node value for this LockStatus.

Returns:
node

setNode

public void setNode(Reference node)
Sets the node value for this LockStatus.

Parameters:
node -

getLockType

public LockTypeEnum getLockType()
Gets the lockType value for this LockStatus.

Returns:
lockType

setLockType

public void setLockType(LockTypeEnum lockType)
Sets the lockType value for this LockStatus.

Parameters:
lockType -

getLockOwner

public java.lang.String getLockOwner()
Gets the lockOwner value for this LockStatus.

Returns:
lockOwner

setLockOwner

public void setLockOwner(java.lang.String lockOwner)
Sets the lockOwner value for this LockStatus.

Parameters:
lockOwner -

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.