org.alfresco.repo.domain.locks
Class LockResourceEntity
java.lang.Object
org.alfresco.repo.domain.locks.LockResourceEntity
public class LockResourceEntity
- extends java.lang.Object
Entity bean for alf_lock_resource table.
- Since:
- 3.2
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LockResourceEntity
public LockResourceEntity()
getId
public java.lang.Long getId()
setId
public void setId(java.lang.Long id)
getVersion
public java.lang.Long getVersion()
setVersion
public void setVersion(java.lang.Long version)
getQnameNamespaceId
public java.lang.Long getQnameNamespaceId()
- Returns:
- Returns the ID of the namespace that the lock belongs to
setQnameNamespaceId
public void setQnameNamespaceId(java.lang.Long namespaceId)
- Parameters:
namespaceId
- the ID of the namespace that the lock belongs to
getQnameLocalName
public java.lang.String getQnameLocalName()
- Returns:
- Returns the lock qualified name localname
setQnameLocalName
public void setQnameLocalName(java.lang.String qnameLocalName)
- Parameters:
qnameLocalName
- the lock qualified name localname
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.