public class DocumentStatus extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Config |
config
The config.
|
protected long |
error
The error.
|
protected String |
key
The key.
|
protected Long |
status
The status.
|
protected String |
url
The url.
|
protected Userdata |
userdata
The userdata.
|
protected String[] |
users
The users.
|
| Constructor and Description |
|---|
DocumentStatus() |
| Modifier and Type | Method and Description |
|---|---|
Config |
getConfig()
Gets the config.
|
long |
getError()
Gets the error.
|
String |
getKey()
Gets the key.
|
String |
getLastUser()
Gets the last user (editor).
|
Long |
getStatus()
Gets the status.
|
String |
getUrl()
Gets the url.
|
Userdata |
getUserdata()
Gets the userdata.
|
String[] |
getUsers()
Gets the users.
|
void |
setConfig(Config config)
Sets the config.
|
void |
setError(long error)
Sets the error.
|
void |
setKey(String key)
Sets the key.
|
void |
setStatus(Long status)
Sets the status.
|
void |
setUrl(String url)
Sets the url.
|
void |
setUserdata(Userdata userdata)
Sets the userdata.
|
void |
setUsers(String[] users)
Sets the users.
|
protected String key
protected Long status
protected String url
protected String[] users
protected Config config
protected long error
protected Userdata userdata
public String getKey()
public void setKey(String key)
key - the key to setpublic Long getStatus()
public void setStatus(Long status)
status - the status to setpublic String getUrl()
public void setUrl(String url)
url - the url to setpublic String[] getUsers()
public void setUsers(String[] users)
users - the users to setpublic Config getConfig()
public void setConfig(Config config)
config - the config to setpublic long getError()
public void setError(long error)
error - the error to setpublic String getLastUser()
public Userdata getUserdata()
public void setUserdata(Userdata userdata)
userdata - the new userdataCopyright © 2003–2019 eXo Platform SAS. All rights reserved.