public final class BookmarkChangeDescription
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private int |
bookmarkIndex |
private java.lang.String |
gameTrack |
| Constructor and Description |
|---|
BookmarkChangeDescription(int bookmarkIndex,
java.lang.String gameTrack) |
| Modifier and Type | Method and Description |
|---|---|
int |
getBookmarkId()
Return the bookmark id (1-based index).
|
java.lang.String |
getGameTrack()
Return the 'game track' - a description of how to reach
the bookmarked position from the initial position of the game.
|
private final int bookmarkIndex
private final java.lang.String gameTrack