Package org.alfresco.repo.domain.locks
Class LockResourceEntity
java.lang.Object
org.alfresco.repo.domain.locks.LockResourceEntity
Entity bean for alf_lock_resource table.
- Since:
- 3.2
- Author:
- Derek Hulley
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()voidvoidsetQnameLocalName(String qnameLocalName) voidsetQnameNamespaceId(Long namespaceId) voidsetVersion(Long version)
-
Constructor Details
-
LockResourceEntity
public LockResourceEntity()
-
-
Method Details
-
getId
-
setId
-
getVersion
-
setVersion
-
getQnameNamespaceId
- Returns:
- Returns the ID of the namespace that the lock belongs to
-
setQnameNamespaceId
- Parameters:
namespaceId- the ID of the namespace that the lock belongs to
-
getQnameLocalName
- Returns:
- Returns the lock qualified name localname
-
setQnameLocalName
- Parameters:
qnameLocalName- the lock qualified name localname
-