Interface TaskGroup
- All Known Implementing Classes:
BaseTaskGroup
public interface TaskGroup
Interface for task group entity.
-
Method Summary
Modifier and TypeMethodDescriptiongetId()
Gets the id.Gets the status.void
Sets the id.void
setStatus
(TaskStatus status) Sets the status.
-
Method Details
-
getId
Long getId()Gets the id.- Returns:
- The id.
-
setId
Sets the id.- Parameters:
id
- The id.
-
getStatus
TaskStatus getStatus()Gets the status.- Returns:
- The status.
-
setStatus
Sets the status.- Parameters:
status
- The status.
-