Interface TaskInGroup<T extends TaskGroup>
- Type Parameters:
T
- The type of the task group.
- All Superinterfaces:
Task
- All Known Implementing Classes:
BaseTaskInGroup
Interface for task entity in a task group.
-
Method Summary
Modifier and TypeMethodDescriptionGets the task group.void
setTaskGroup
(T taskGroup) Sets the task group.Methods inherited from interface at.jku.dke.etutor.task_app.data.entities.Task
getId, getMaxPoints, getStatus, setId, setMaxPoints, setStatus
-
Method Details
-
getTaskGroup
T getTaskGroup()Gets the task group.- Returns:
- The task group.
-
setTaskGroup
Sets the task group.- Parameters:
taskGroup
- The task group.
-