public class ChangeState extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
error
The error.
|
protected boolean |
saved
The saved.
|
protected String[] |
users
The users.
|
| Constructor and Description |
|---|
ChangeState(boolean saved,
String error,
String[] users)
Instantiates a new change state.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getError()
Gets the error.
|
String[] |
getUsers()
Gets the users.
|
boolean |
isSaved()
Checks if is saved.
|
Copyright © 2003–2021 eXo Platform SAS. All rights reserved.