Class SetTaskFollowUpDateCmd

    • Constructor Detail

      • SetTaskFollowUpDateCmd

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