Class DocumentLock

java.lang.Object
com.priint.pubserver.document.DocumentLock
All Implemented Interfaces:
Serializable

public class DocumentLock extends Object implements Serializable
Meta information about a document lock in the repository. These informations are stored persistently in the PubServerKernel data source
See Also:
  • Constructor Details

    • DocumentLock

      public DocumentLock()
  • Method Details

    • getLockToken

      public String getLockToken()
      Gets lock token.
      Returns:
      the lock token
    • setLockToken

      public void setLockToken(String value)
      Sets lock token.
      Parameters:
      value - the value
    • getLockedBy

      public String getLockedBy()
      Gets locked by.
      Returns:
      the locked by
    • setLockedBy

      public void setLockedBy(String value)
      Sets locked by.
      Parameters:
      value - the value
    • getLockedOn

      public String getLockedOn()
      Gets locked on.
      Returns:
      the locked on
    • setLockedOn

      public void setLockedOn(String value)
      Sets locked on.
      Parameters:
      value - the value
    • getRemoteAddress

      public String getRemoteAddress()
      Gets remote address.
      Returns:
      the remote address
    • setRemoteAddress

      public void setRemoteAddress(String value)
      Sets remote address.
      Parameters:
      value - the value
    • getRepositoryPath

      public String getRepositoryPath()
      Gets repository path.
      Returns:
      the repository path
    • setRepositoryPath

      public void setRepositoryPath(String repositoryPath)
      Sets repository path.
      Parameters:
      repositoryPath - the repository path
    • getSessionId

      public String getSessionId()
      Gets session id.
      Returns:
      the session id
    • setSessionId

      public void setSessionId(String sessionId)
      Sets session id.
      Parameters:
      sessionId - the session id