From 11dd825fa0e95f5312e77571fb2eadea8a797670 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Fri, 13 Jun 2008 21:47:43 +0000 Subject: time can be reedited --- sources/core/VSTask.java | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'sources/core/VSTask.java') diff --git a/sources/core/VSTask.java b/sources/core/VSTask.java index 40928a0..dbac3e9 100644 --- a/sources/core/VSTask.java +++ b/sources/core/VSTask.java @@ -286,6 +286,15 @@ public class VSTask implements Comparable, VSSerializable { return taskTime; } + /** + * Sets the task time. + * + * @param taskTime the task time + */ + public void setTaskTime(long taskTime) { + this.taskTime = taskTime; + } + /** * Gets the event. * -- cgit v1.2.3