diff options
Diffstat (limited to 'sources/core/VSTask.java')
| -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 |
