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