taskForm.setDaysEstimated(task.getDaysEstimated());
taskForm.setPersistanceId(task.getPersistanceId());
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());