taskForm.setPersistanceVersion(task.getPersistanceVersion());
taskForm.setShortDescription(task.getShortDescription());
taskForm.setDaysCompleted(task.daysCompleted());
taskForm.setDaysRemaining(task.daysRemaining());
taskForm.setDifferenceInPercentBetweenEstimateAndCharge(task.differenceInPercentBetweenEstimateAndCharge());
taskForm.setDifferenceOfDaysBetweenEstimateAndCharge(task.differenceOfDaysBetweenEstimateAndCharge());
taskForm.setPercentCompleted(task.percentCompleted());
taskForm.setPercentRemaining(task.percentRemaining());
taskForm.setWarning(task.warning());