Class SetTaskDueDateCmd

    • Constructor Detail

      • SetTaskDueDateCmd

        public SetTaskDueDateCmd​(String taskId,
                                 Date value)
        Public Constructor.
        Parameters:
        taskId - the id of the referenced task, non-null
        value - the task dueDate value to set, non-null
        Throws:
        NullValueException - in case the given taskId or the given dueDate value are null