public class TaskImpl extends AbstractTask implements Task
Constructor and Description |
---|
TaskImpl(String id,
String authorLogin,
Date created,
Date modified,
String fileRef) |
Modifier and Type | Method and Description |
---|---|
String |
getAssigneeLogin() |
String |
getBody() |
Date |
getDueDate() |
String |
getPriority() |
String |
getStatus() |
String |
getTitle() |
void |
setTaskData(String assignee,
String title,
String body,
Date dueDate,
String priority,
String status) |
getAssigneeRef, getDueDateTS, updateReferences
getAuthorLogin, getAuthorRef, getCreated, getCreatedTS, getEditorLogin, getEditorRef, getFileRef, getId, getModified, getModifiedTS, getUniqueId, updateReferences
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getAssigneeRef, getDueDateTS, updateReferences
getAuthorLogin, getAuthorRef, getCreated, getCreatedTS, getEditorLogin, getEditorRef, getFileRef, getId, getModified, getModifiedTS, getUniqueId, updateReferences
public void setTaskData(String assignee, String title, String body, Date dueDate, String priority, String status)
public String getAssigneeLogin()
getAssigneeLogin
in interface Task
public Date getDueDate()
getDueDate
in interface Task
public String getPriority()
getPriority
in interface Task
Copyright © 2015 Nuxeo SA. All rights reserved.