.getDescriptionValues());
if (descriptionValuesDTOs.isEmpty()) {
descriptionValuesDTOs = null;
}
WorkReportLineDTO workReportLineDTO = new WorkReportLineDTO(code, date,
resource, orderElement, typeOfWorkHours, clockStart,
clockFinish, numHours, labelDTOs, descriptionValuesDTOs);
return workReportLineDTO;
}