/**
  * @param	LeasingEventBookings $leasingEventBookings The leasingEventBookings object to add.
  */
 protected function doAddLeasingEventBookings($leasingEventBookings)
 {
     $this->collLeasingEventBookingss[] = $leasingEventBookings;
     $leasingEventBookings->setLeasingEventLeads($this);
 }