price.setPrice(priceValue);
price.setCalendarDate(CalendarUtils.GetGregorianCalendar(priceListDTO.getDate()));
price.setTypology_id(typology.getId());
price.setStructure(structure);
price.setHotelId(typology.getStructure().getId());
typology.addPrice(price);
typologyManager.add(typology);
}
else {
Typology typologyEdit = priceListDTO.getTypology();
String dateString = priceListDTO.getDate();