public interface Data
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescription()
Returns the description.
|
int |
getStateVersion()
Returns the state version.
|
boolean |
update()
Causes the Data to update itself with the latest data from the server.
|
java.lang.String getDescription()
int getStateVersion()
boolean update()