Class SetTaskDescriptionCmd

    • Constructor Detail

      • SetTaskDescriptionCmd

        public SetTaskDescriptionCmd​(String taskId,
                                     String description)
        Public Constructor.
        Parameters:
        taskId - the id of the task whose description should be changed
        description - the new description value to change to
        Throws:
        NullValueException - in case the given taskId or the given description are null