public class TaskBean extends Object implements Serializable
Represents the Sharepoint task.
| Constructor and Description |
|---|
TaskBean(String title,
String assignedTo,
String status,
String priority,
String dueDate,
String body,
String created,
String author,
String modified,
String editor,
String owshiddenversion,
String id) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAssignedTo() |
String |
getAuthor() |
String |
getBody() |
String |
getCreated() |
String |
getDueDate() |
String |
getEditor() |
String |
getId() |
String |
getModified() |
String |
getOwshiddenversion() |
String |
getPriority() |
String |
getStatus() |
String |
getTitle() |
void |
setAssignedTo(String assignedTo) |
void |
setAuthor(String author) |
void |
setBody(String body) |
void |
setCreated(String created) |
void |
setDueDate(String dueDate) |
void |
setEditor(String editor) |
void |
setId(String id) |
void |
setModified(String modified) |
void |
setOwshiddenversion(String owshiddenversion) |
void |
setPriority(String priority) |
void |
setStatus(String status) |
void |
setTitle(String title) |
public TaskBean(String title, String assignedTo, String status, String priority, String dueDate, String body, String created, String author, String modified, String editor, String owshiddenversion, String id)
title - assignedTo - status - priority - dueDate - body - created - author - modified - editor - owshiddenversion - id - public String getTitle()
public void setTitle(String title)
title - the title to setpublic String getAssignedTo()
public void setAssignedTo(String assignedTo)
assignedTo - the assignedTo to setpublic String getStatus()
public void setStatus(String status)
status - the status to setpublic String getPriority()
public void setPriority(String priority)
priority - the priority to setpublic String getDueDate()
public void setDueDate(String dueDate)
dueDate - the dueDate 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 String getOwshiddenversion()
public void setOwshiddenversion(String owshiddenversion)
owshiddenversion - the owshiddenversion to setpublic String getId()
public void setId(String id)
id - the id to setpublic String getBody()
public void setBody(String body)
body - the body 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 setCopyright © 2005–2014 Alfresco Software. All rights reserved.