public class LockStatus extends Object implements Serializable
| Constructor and Description |
|---|
LockStatus() |
LockStatus(Reference node,
LockTypeEnum lockType,
String lockOwner) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
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(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setLockOwner(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, String lockOwner)
public Reference getNode()
public void setNode(Reference node)
node - public LockTypeEnum getLockType()
public void setLockType(LockTypeEnum lockType)
lockType - public String getLockOwner()
public void setLockOwner(String lockOwner)
lockOwner - public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2005–2014 Alfresco Software. All rights reserved.