All Known Subinterfaces:
TaskInGroup<T>
All Known Implementing Classes:
BaseTask, BaseTaskInGroup

public interface Task
Interface for task entity.
  • Method Details Link icon

    • getId Link icon

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

      void setId(Long id)
      Sets the id.
      Parameters:
      id - The id.
    • getMaxPoints Link icon

      BigDecimal getMaxPoints()
      Gets the max points.
      Returns:
      The max points.
    • setMaxPoints Link icon

      void setMaxPoints(BigDecimal maxPoints)
      Sets the max points.
      Parameters:
      maxPoints - The max points.
    • getStatus Link icon

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

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