public static class ListCommand.ListVersionChange extends Object
| Constructor and Description |
|---|
ListCommand.ListVersionChange(UUID fromVersion,
UUID toVersion)
Creates an instance that describes the change from one specific version to a specific other version.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
UUID |
getFromVersion()
The version the list had before the change.
|
UUID |
getToVersion()
The version the list has after the change.
|
int |
hashCode() |
String |
toString() |
public ListCommand.ListVersionChange(UUID fromVersion, UUID toVersion)
fromVersion - see getFromVersion()toVersion - see getToVersion()Copyright © 2016 Saxonia Systems AG. All Rights Reserved.