public class LockStatus
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
LockStatus() |
LockStatus(Reference node,
LockTypeEnum lockType,
java.lang.String lockOwner) |
| 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
|
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.
|
public LockStatus()
public LockStatus(Reference node, LockTypeEnum lockType, java.lang.String lockOwner)
public Reference getNode()
public void setNode(Reference node)
node - public LockTypeEnum getLockType()
public void setLockType(LockTypeEnum lockType)
lockType - public java.lang.String getLockOwner()
public void setLockOwner(java.lang.String lockOwner)
lockOwner - 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.