Interface TasksList

    • Method Detail

      • setListId

        void setListId​(String id)
        Set the tasks list id
        Parameters:
        id - the id
      • getPosition

        Long getPosition()
        The position of the task list
        Returns:
        The position
      • setPosition

        void setPosition​(Long position)
        Set the tasks list position
        Parameters:
        position - the position
      • getLabel

        String getLabel()
        The title of the task
        Returns:
        The title
      • setLabel

        void setLabel​(String label)
        Set the tasks list label
        Parameters:
        label - the label
      • getTasks

        List<TaskgetTasks()
        Get the list of tasks
        Returns:
        The list of tasks
      • addTask

        void addTask​(Task task)
        Add a task
        Parameters:
        task - The task
      • setAuthor

        void setAuthor​(UserIdentity author)
        Set the author of this task.
        Parameters:
        author - the author
      • setCreationDate

        void setCreationDate​(ZonedDateTime startDate)
        Set the post's creation date.
        Parameters:
        startDate - the post's creation date.
      • setLastModified

        void setLastModified​(ZonedDateTime date)
        Set the post's modification date.
        Parameters:
        date - the last modification date to set.