public class LinkBean extends Object implements Serializable
Represents Sharepoint link.
| Constructor and Description |
|---|
LinkBean() |
LinkBean(String url,
String description,
String comments,
String created,
String author,
String modified,
String editor,
int owshiddenversion,
String id) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthor() |
String |
getComments() |
String |
getCreated() |
String |
getDescription() |
String |
getEditor() |
String |
getId() |
String |
getModified() |
int |
getOwshiddenversion() |
String |
getUrl() |
void |
setAuthor(String author) |
void |
setComments(String comments) |
void |
setCreated(String created) |
void |
setDescription(String description)
Sets the description for link.
|
void |
setEditor(String editor) |
void |
setId(String id) |
void |
setModified(String modified) |
void |
setOwshiddenversion(int owshiddenversion) |
void |
setUrl(String url)
Sets the url for link.
|
public String getUrl()
public void setUrl(String url)
Sets the url for link.
url - the url to setpublic String getDescription()
public void setDescription(String description)
Sets the description for link.
description - the description to setpublic String getComments()
public void setComments(String comments)
comments - the comments to setpublic String getCreated()
public void setCreated(String created)
created - the created to setpublic String getAuthor()
public void setAuthor(String author)
author - the author to setpublic String getModified()
public void setModified(String modified)
modified - the modified to setpublic String getEditor()
public void setEditor(String editor)
editor - the editor to setpublic int getOwshiddenversion()
public void setOwshiddenversion(int owshiddenversion)
owshiddenversion - the owshiddenversion to setpublic String getId()
public void setId(String id)
id - the id ti setCopyright © 2005–2014 Alfresco Software. All rights reserved.