Class BoundLock


  • public class BoundLock
    extends Object
    A user's view of a locking device.
    • Method Detail

      • getBoundLockId

        public String getBoundLockId()
        Returns the Id of the BoundLock.
        Returns:
        Id
      • getPhysicalLockId

        public String getPhysicalLockId()
        Returns the Id of the PhysicalLock which the BoundLock is bound to. The physicalLockId equals the Base64-encoded TLCP Lock ID.
        Returns:
        the physicalLockId.
      • getLockType

        public LockType getLockType()
        The LockType of the PhysicalLock.
        Returns:
        the LockType of the PhysicalLock.
      • getTitle

        public String getTitle()
        This lock's title as specified by the owner.
        Returns:
        this lock's title.
      • getClientRef

        public String getClientRef()
        An optional reference specified by the client application.
        Returns:
        the optional reference specified by the client application.