public interface Task extends Externalizable
Modifier and Type | Method and Description |
---|---|
String |
getDescription() |
List<I18NText> |
getDescriptions() |
Long |
getId() |
String |
getName() |
List<I18NText> |
getNames() |
PeopleAssignments |
getPeopleAssignments() |
int |
getPriority() |
String |
getSubject() |
List<I18NText> |
getSubjects() |
TaskData |
getTaskData() |
String |
getTaskType() |
readExternal, writeExternal
Copyright © 2001–2015 JBoss by Red Hat. All rights reserved.