public interface SerialEventLock extends Serializable
Modifier and Type | Method and Description |
---|---|
Long |
getId() |
String |
getKey()
The descriptive string that identifies the locked event
|
Boolean |
getLocked()
Whether or not the item is locked
|
Integer |
getVersion()
Version information useful for optimistic locking.
|
void |
setId(Long id) |
void |
setKey(String key) |
void |
setLocked(Boolean locked) |
void |
setVersion(Integer version) |
Long getId()
void setId(Long id)
String getKey()
void setKey(String key)
Boolean getLocked()
void setLocked(Boolean locked)
Integer getVersion()
void setVersion(Integer version)
Copyright © 2019. All rights reserved.