public class DwsData extends Object implements Serializable
The GetDwsData class is used to store general information about the Document Workspace site as well as its members, documents, links, and tasks.
Constructor and Description |
---|
DwsData()
Default constructor
|
DwsData(String title,
String lastUpdate,
UserBean user,
List<MemberBean> members,
List<AssigneeBean> assignees,
List<TaskBean> tasksList,
List<DocumentBean> documentsList,
List<LinkBean> linksList,
boolean minimal) |
Modifier and Type | Method and Description |
---|---|
List<AssigneeBean> |
getAssignees() |
String |
getDescription() |
String |
getDocLibUrl() |
List<DocumentBean> |
getDocumentsList() |
String |
getLastUpdate() |
List<LinkBean> |
getLinksList() |
List<MemberBean> |
getMembers() |
List<TaskBean> |
getTasksList() |
String |
getTitle() |
UserBean |
getUser() |
boolean |
isMinimal() |
void |
setAssignees(List<AssigneeBean> assignees) |
void |
setDescription(String description)
Sets the dws description.
|
void |
setDocLibUrl(String docLibUrl)
Sets the url of the document library for the dws.
|
void |
setDocumentsList(List<DocumentBean> documentsList)
Sets the list of dws documents.
|
void |
setLastUpdate(String lastUpdate)
Sets the last update date.
|
void |
setLinksList(List<LinkBean> linksList)
Sets the list of dws links.
|
void |
setMembers(List<MemberBean> members)
Sets the list of the dws members.
|
void |
setMinimal(boolean minimal) |
void |
setTasksList(List<TaskBean> tasksList)
Sets the list of dws tasks.
|
void |
setTitle(String title)
Sets the dws title.
|
void |
setUser(UserBean user)
Sets the current user.
|
public DwsData(String title, String lastUpdate, UserBean user, List<MemberBean> members, List<AssigneeBean> assignees, List<TaskBean> tasksList, List<DocumentBean> documentsList, List<LinkBean> linksList, boolean minimal)
title
- lastUpdate
- user
- members
- assignees
- tasksList
- documentsList
- linksList
- public DwsData()
public List<AssigneeBean> getAssignees()
public void setAssignees(List<AssigneeBean> assignees)
assignees
- the assignees to setpublic String getTitle()
public void setTitle(String title)
Sets the dws title.
title
- the title to setpublic String getDescription()
public void setDescription(String description)
Sets the dws description.
description
- the description to setpublic String getLastUpdate()
public void setLastUpdate(String lastUpdate)
Sets the last update date.
lastUpdate
- the lastUpdate to setpublic UserBean getUser()
public void setUser(UserBean user)
Sets the current user.
user
- the user to setpublic List<MemberBean> getMembers()
public void setMembers(List<MemberBean> members)
Sets the list of the dws members.
members
- the members to setpublic void setTasksList(List<TaskBean> tasksList)
Sets the list of dws tasks.
tasksList
- the tasksList to setpublic List<DocumentBean> getDocumentsList()
public void setDocumentsList(List<DocumentBean> documentsList)
Sets the list of dws documents.
documentsList
- the documentsList to setpublic void setLinksList(List<LinkBean> linksList)
Sets the list of dws links.
linksList
- the linksList to setpublic boolean isMinimal()
public void setMinimal(boolean minimal)
minimal
- the minimal to setpublic void setDocLibUrl(String docLibUrl)
Sets the url of the document library for the dws.
docLibUrl
- the docLibUrl to setpublic String getDocLibUrl()
Copyright © 2005–2017 Alfresco Software. All rights reserved.