/**
  * Convert to array
  * @return array
  */
 public function toArray()
 {
     $array = array('id_purchase_orders_programmed_payment' => $this->getIdPurchaseOrdersProgrammedPayment(), 'id_programmed_payment' => $this->getIdProgrammedPayment(), 'id_purchase_order' => $this->getIdPurchaseOrder(), 'id_purchase_order_entry' => $this->getIdPurchaseOrderEntry(), 'id_proforma_invoice_payment_term' => $this->getIdProformaInvoicePaymentTerm(), 'line' => $this->getLine(), 'pieces' => $this->getPieces(), 'id_purchase_order_payment_term' => $this->getIdPurchaseOrderPaymentTerm());
     return array_merge(parent::toArray(), $array);
 }
 /**
  * Convert to array
  * @return array
  */
 public function toArray()
 {
     $array = array('id_folios_import_programmed_payment' => $this->getIdFoliosImportProgrammedPayment(), 'id_folio_import' => $this->getIdFolioImport(), 'id_programmed_payment' => $this->getIdProgrammedPayment(), 'concept' => $this->getConcept(), 'doc_num' => $this->getDocNum(), 'doc_entry' => $this->getDocEntry());
     return array_merge(parent::toArray(), $array);
 }