summaryrefslogtreecommitdiff
path: root/sources/core
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2008-06-13 21:47:43 +0000
committerPaul Buetow <paul@buetow.org>2008-06-13 21:47:43 +0000
commit11dd825fa0e95f5312e77571fb2eadea8a797670 (patch)
tree7971d2f27223b043d150be7304d743bd2bf19ca6 /sources/core
parente4ac5f70765657dfab2a615a2bfcf6dc5c4ffdab (diff)
time can be reedited
Diffstat (limited to 'sources/core')
-rw-r--r--sources/core/VSTask.java9
1 files changed, 9 insertions, 0 deletions
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
@@ -287,6 +287,15 @@ public class VSTask implements Comparable, VSSerializable {
}
/**
+ * Sets the task time.
+ *
+ * @param taskTime the task time
+ */
+ public void setTaskTime(long taskTime) {
+ this.taskTime = taskTime;
+ }
+
+ /**
* Gets the event.
*
* @return the event