ItEr60S04ValidacionEProbasFuncionaisItEr59S04 : Fixing bug in HourCost Service.

it adds @Valid to the set of HourCost in the CostCategory class.
This commit is contained in:
Susana Montes Pedreira 2010-06-30 16:31:06 +02:00 committed by Javier Moran Rua
parent bf3f952de7
commit 253ff728fb

View file

@ -45,6 +45,7 @@ public class CostCategory extends IntegrationEntity {
private boolean enabled = true;
@Valid
private Set<HourCost> hourCosts = new HashSet<HourCost>();
// Default constructor, needed by Hibernate