Interface TaskGroup

All Known Implementing Classes:
BaseTaskGroup

public interface TaskGroup
Interface for task group entity.
  • Method Details

    • getId

      Long getId()
      Gets the id.
      Returns:
      The id.
    • setId

      void setId(Long id)
      Sets the id.
      Parameters:
      id - The id.
    • getStatus

      TaskStatus getStatus()
      Gets the status.
      Returns:
      The status.
    • setStatus

      void setStatus(TaskStatus status)
      Sets the status.
      Parameters:
      status - The status.