I have a List of BookingDateRange where BookingDateRange is :
public class BookingDateRange { private Date fromDate; private Date toDate;