예제 #1
0
 /**
  * @param TblPaymentType $PaymentType
  */
 public function setPaymentType(TblPaymentType $PaymentType)
 {
     $this->tblPaymentType = null === $PaymentType ? null : $PaymentType->getId();
 }
예제 #2
0
 /**
  * @param TblPaymentType $tblPaymentType
  */
 public function setServiceBillingBankingPaymentType(TblPaymentType $tblPaymentType = null)
 {
     $this->serviceBilling_Banking_Payment_Type = null === $tblPaymentType ? null : $tblPaymentType->getId();
 }