public interface Lockable
Modifier and Type | Method and Description |
---|---|
String |
getLock()
Gets the key needed to access the container.
|
boolean |
isLocked()
Checks if the container has a valid (non empty) key.
|
void |
setLock(String key)
Sets the key required to access this container.
|
boolean isLocked()
String getLock()
void setLock(String key)
key
- the key required to access the container.Copyright © 2021. All rights reserved.