diff options
| author | Paul Buetow <paul@buetow.org> | 2008-06-13 21:47:43 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2008-06-13 21:47:43 +0000 |
| commit | 11dd825fa0e95f5312e77571fb2eadea8a797670 (patch) | |
| tree | 7971d2f27223b043d150be7304d743bd2bf19ca6 /sources/core | |
| parent | e4ac5f70765657dfab2a615a2bfcf6dc5c4ffdab (diff) | |
time can be reedited
Diffstat (limited to 'sources/core')
| -rw-r--r-- | sources/core/VSTask.java | 9 |
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 |
