public abstract class ListCommand extends Object implements Command
| Modifier and Type | Class and Description |
|---|---|
static class |
ListCommand.ListVersionChange
Describes a change of the version of a list.
|
| Modifier | Constructor and Description |
|---|---|
protected |
ListCommand(UUID listId,
ListCommand.ListVersionChange listVersionChange)
Initializes the command with all values that all list commands have in common.
|
| Modifier and Type | Method and Description |
|---|---|
UUID |
getListId()
The id of the list where a elements should be modified.
|
ListCommand.ListVersionChange |
getListVersionChange()
The version the list had before this change and the version the list will have after this change.
|
protected ListCommand(UUID listId, ListCommand.ListVersionChange listVersionChange)
listId - see getListId()listVersionChange - see getListVersionChange()public UUID getListId()
public ListCommand.ListVersionChange getListVersionChange()
Copyright © 2016 Saxonia Systems AG. All Rights Reserved.