@DTO public class UESObjectStoreLock extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private UESURI |
lockUri |
private java.util.List<UESURI> |
objects |
| Constructor and Description |
|---|
UESObjectStoreLock() |
UESObjectStoreLock(UESURI lockUri, |
| Modifier and Type | Method and Description |
|---|---|
UESURI |
getLockUri() |
java.util.List<UESURI> |
getObjects() |
void |
setLockUri(UESURI lockUri) |
void |
setObjects(java.util.List<UESURI> objects) |
java.lang.String |
toString() |