Class Task


  • public class Task
    extends ApiEntity
    Model class representing a task
    Author:
    Gabriel Axel
    • Method Detail

      • getTitle

        public String getTitle()
      • setTitle

        public void setTitle​(String title)
      • getNotes

        public String getNotes()
      • setNotes

        public void setNotes​(String notes)
      • getDue

        public Date getDue()
      • setDue

        public void setDue​(Date due)
      • getParent

        public String getParent()
      • getPosition

        public String getPosition()
      • getUpdated

        public Date getUpdated()
      • getCompleted

        public Date getCompleted()
      • setCompleted

        public void setCompleted​(Date completed)