Class TaskLog.Entry

java.lang.Object
com.pragmatickm.task.model.TaskLog.Entry
Enclosing class:
TaskLog

public static class TaskLog.Entry extends Object
  • Constructor Details

  • Method Details

    • getScheduledOns

      public SortedSet<UnmodifiableCalendar> getScheduledOns()
      The "on" dates of the recurring schedule this entries is for, or empty set if not applies to any schedules. These are ordered by time in milliseconds ascending.
    • getOn

      public UnmodifiableCalendar getOn()
      The date this action was actually taken. This may not necessarily be on the scheduled date, but still counts status toward the scheduled date.
    • getStatus

      public TaskLog.Status getStatus()
    • getWho

      public List<User> getWho()
    • getCustom

      public Map<String,String> getCustom()
    • getComments

      public String getComments()