public class DocumentStatus extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
key |
protected Long |
status |
protected String |
url |
protected String[] |
users |
| Constructor and Description |
|---|
DocumentStatus() |
protected String key
protected Long status
protected String url
protected String[] users
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 setCopyright © 2003–2016 eXo Platform SAS. All rights reserved.