/**
  * @param	LeasingEventPaymentDetails $leasingEventPaymentDetails The leasingEventPaymentDetails object to add.
  */
 protected function doAddLeasingEventPaymentDetails($leasingEventPaymentDetails)
 {
     $this->collLeasingEventPaymentDetailss[] = $leasingEventPaymentDetails;
     $leasingEventPaymentDetails->setLeasingEventBookings($this);
 }