- java.lang.Object
-
- com.pragmatickm.task.model.TaskLog.Entry
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getComments()
Map<String,String>
getCustom()
UnmodifiableCalendar
getOn()
The date this action was actually taken.SortedSet<UnmodifiableCalendar>
getScheduledOns()
The "on" dates of the recurring schedule this entries is for, or empty set if not applies to any schedules.TaskLog.Status
getStatus()
List<User>
getWho()
-
-
-
Method Detail
-
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()
-
getComments
public String getComments()
-
-