Serialized Form

  • Package no.ntnu.idatt

    • Class no.ntnu.idatt.List extends Object implements Serializable

      serialVersionUID:
      1L
    • Class no.ntnu.idatt.RemoveException extends Exception implements Serializable

      serialVersionUID:
      1L
    • Class no.ntnu.idatt.Task extends Object implements Serializable

      serialVersionUID:
      1L
      • Serialized Fields

        • addedDate
          LocalDateTime addedDate
          The date Task was created
        • completed
          boolean completed
          Whether or not the task is completed
        • description
          String description
          An optional longer description of the task
        • dueDate
          LocalDateTime dueDate
          The due date of the task
        • label
          String label
          A short description or the name of the task
        • priority
          int priority
          A int representing the importance of the task, lower means more important