CRM-19925 Updated DAO files
[civicrm-core.git] / CRM / Core / DAO / Mapping.php
index 94377e51801794bbf9c94f4a264de7d1f636a0e1..7c7bfbf5aa429e0ddb501deb909a93d412c60694 100644 (file)
@@ -30,7 +30,7 @@
  *
  * Generated from xml/schema/CRM/Core/Mapping.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:4e293e6d117828f1e2000de5a4a0d0c0)
+ * (GenCodeChecksum:87937c4e117abc8cd9ed04c2f054d26f)
  */
 require_once 'CRM/Core/DAO.php';
 require_once 'CRM/Utils/Type.php';
@@ -95,6 +95,9 @@ class CRM_Core_DAO_Mapping extends CRM_Core_DAO {
           'title' => ts('Mapping ID') ,
           'description' => 'Mapping ID',
           'required' => true,
+          'table_name' => 'civicrm_mapping',
+          'entity' => 'Mapping',
+          'bao' => 'CRM_Core_BAO_Mapping',
         ) ,
         'name' => array(
           'name' => 'name',
@@ -103,6 +106,9 @@ class CRM_Core_DAO_Mapping extends CRM_Core_DAO {
           'description' => 'Name of Mapping',
           'maxlength' => 64,
           'size' => CRM_Utils_Type::BIG,
+          'table_name' => 'civicrm_mapping',
+          'entity' => 'Mapping',
+          'bao' => 'CRM_Core_BAO_Mapping',
         ) ,
         'description' => array(
           'name' => 'description',
@@ -111,12 +117,18 @@ class CRM_Core_DAO_Mapping extends CRM_Core_DAO {
           'description' => 'Description of Mapping.',
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
+          'table_name' => 'civicrm_mapping',
+          'entity' => 'Mapping',
+          'bao' => 'CRM_Core_BAO_Mapping',
         ) ,
         'mapping_type_id' => array(
           'name' => 'mapping_type_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Mapping Type') ,
           'description' => 'Mapping Type',
+          'table_name' => 'civicrm_mapping',
+          'entity' => 'Mapping',
+          'bao' => 'CRM_Core_BAO_Mapping',
           'html' => array(
             'type' => 'Select',
           ) ,