public class DocumentStatus extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Config |
config
The config.
|
protected String |
key
The key.
|
protected Long |
status
The status.
|
protected String |
url
The url.
|
protected String[] |
users
The users.
|
| Constructor and Description |
|---|
DocumentStatus() |
| Modifier and Type | Method and Description |
|---|---|
Config |
getConfig()
Gets the config.
|
String |
getKey()
Gets the key.
|
String |
getLastUser()
Gets the last user (editor).
|
Long |
getStatus()
Gets the status.
|
String |
getUrl()
Gets the url.
|
String[] |
getUsers()
Gets the users.
|
void |
setConfig(Config config)
Sets the config.
|
void |
setKey(String key)
Sets the key.
|
void |
setStatus(Long status)
Sets the status.
|
void |
setUrl(String url)
Sets the url.
|
void |
setUsers(String[] users)
Sets the users.
|
protected String key
protected Long status
protected String url
protected String[] users
protected Config config
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 String getLastUser()
Copyright © 2003–2019 eXo Platform SAS. All rights reserved.