|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.jcr.business.lock.JcrLock
public class JcrLock
Implmentation of lock mechanism in JCR
Constructor Summary | |
---|---|
JcrLock()
|
Method Summary | |
---|---|
Date |
getCreationDate()
|
String |
getIdFile()
|
String |
getIdLock()
The id of the lock |
String |
getIdUser()
The owner of the lock |
int |
getIdWorkspace()
The workspace which contains the lock |
boolean |
isEmpty()
|
void |
setCreationDate(Date creationDate)
|
void |
setIdFile(String idFile)
|
void |
setIdLock(String idLock)
The id of the lock |
void |
setIdUser(String idUser)
The owner of the lock |
void |
setIdWorkspace(int idWorkspace)
The workspace which contains the lock |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public JcrLock()
Method Detail |
---|
public String getIdUser()
public void setIdUser(String idUser)
idUser
- the user idpublic int getIdWorkspace()
public void setIdWorkspace(int idWorkspace)
idWorkspace
- the workspace idpublic String getIdLock()
public void setIdLock(String idLock)
idLock
- the lock idpublic boolean isEmpty()
public String toString()
toString
in class Object
public String getIdFile()
public void setIdFile(String idFile)
idFile
- the reference of this filepublic Date getCreationDate()
public void setCreationDate(Date creationDate)
creationDate
- the creation date of this lock
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |