public class DocumentVersionBean extends Object implements Serializable
Class that represent version of document
Constructor and Description |
---|
DocumentVersionBean()
default costructor
|
DocumentVersionBean(String version,
String url,
String createdTime,
String createdBy,
int size,
String comments)
Constructor
|
Modifier and Type | Method and Description |
---|---|
String |
getComments() |
String |
getCreatedBy() |
String |
getCreatedTime() |
String |
getId() |
long |
getSize() |
String |
getUrl() |
String |
getVersion() |
void |
setComments(String comments) |
void |
setCreatedBy(String createdBy) |
void |
setCreatedTime(String createdTime) |
void |
setId(String id) |
void |
setSize(long size) |
void |
setUrl(String url) |
void |
setVersion(String version)
Sets the version number
|
String |
toString() |
public DocumentVersionBean(String version, String url, String createdTime, String createdBy, int size, String comments)
Constructor
version
- url
- createdTime
- createdBy
- size
- comments
- public DocumentVersionBean()
public String getComments()
public void setComments(String comments)
comments
- the comments to setpublic String getVersion()
public void setVersion(String version)
Sets the version number
version
- the version to setpublic String getUrl()
public void setUrl(String url)
url
- the url to setpublic String getCreatedTime()
public void setCreatedTime(String createdTime)
createdTime
- the createdTime to setpublic String getCreatedBy()
public void setCreatedBy(String createdBy)
createdBy
- the createdBy to setpublic long getSize()
public void setSize(long size)
size
- the size to setpublic String getId()
public void setId(String id)
id
- the id to setCopyright © 2005–2017 Alfresco Software. All rights reserved.