public class RemoveFromList extends Object
| Constructor and Description |
|---|
RemoveFromList() |
| Modifier and Type | Method and Description |
|---|---|
UUID |
getListId() |
int |
getNewSize()
The new size the list should have after this command has been executed on it.
|
int |
getPosition() |
void |
setListId(UUID listId) |
void |
setNewSize(int newSize) |
void |
setPosition(int position) |
String |
toString() |
public UUID getListId()
public void setListId(UUID listId)
listId - the idgetListId()public int getPosition()
public void setPosition(int position)
position - the positiongetPosition()public int getNewSize()
public void setNewSize(int newSize)
newSize - the new sizegetNewSize()Copyright © 2014 Saxonia Systems AG. All Rights Reserved.