CRM-19925 Updated DAO files
[civicrm-core.git] / CRM / Core / DAO / UFMatch.php
index 7e935db7b5a5b6c4a50f5867998b8fb37ddf96da..6d19ec3c96ea666874e3823163c4f2e0a13697ba 100644 (file)
@@ -30,7 +30,7 @@
  *
  * Generated from xml/schema/CRM/Core/UFMatch.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:3753b535177e56dd00e57a1acb5d85a1)
+ * (GenCodeChecksum:7a4ca7be149cba37dc9cfb8c2885989c)
  */
 require_once 'CRM/Core/DAO.php';
 require_once 'CRM/Utils/Type.php';
@@ -122,6 +122,9 @@ class CRM_Core_DAO_UFMatch extends CRM_Core_DAO {
           'title' => ts('UF Match ID') ,
           'description' => 'System generated ID.',
           'required' => true,
+          'table_name' => 'civicrm_uf_match',
+          'entity' => 'UFMatch',
+          'bao' => 'CRM_Core_BAO_UFMatch',
         ) ,
         'domain_id' => array(
           'name' => 'domain_id',
@@ -129,6 +132,9 @@ class CRM_Core_DAO_UFMatch extends CRM_Core_DAO {
           'title' => ts('UF Match Domain ID') ,
           'description' => 'Which Domain is this match entry for',
           'required' => true,
+          'table_name' => 'civicrm_uf_match',
+          'entity' => 'UFMatch',
+          'bao' => 'CRM_Core_BAO_UFMatch',
           'FKClassName' => 'CRM_Core_DAO_Domain',
           'pseudoconstant' => array(
             'table' => 'civicrm_domain',
@@ -142,6 +148,9 @@ class CRM_Core_DAO_UFMatch extends CRM_Core_DAO {
           'title' => ts('CMS ID') ,
           'description' => 'UF ID',
           'required' => true,
+          'table_name' => 'civicrm_uf_match',
+          'entity' => 'UFMatch',
+          'bao' => 'CRM_Core_BAO_UFMatch',
         ) ,
         'uf_name' => array(
           'name' => 'uf_name',
@@ -150,12 +159,18 @@ class CRM_Core_DAO_UFMatch extends CRM_Core_DAO {
           'description' => 'UF Name',
           'maxlength' => 128,
           'size' => CRM_Utils_Type::HUGE,
+          'table_name' => 'civicrm_uf_match',
+          'entity' => 'UFMatch',
+          'bao' => 'CRM_Core_BAO_UFMatch',
         ) ,
         'contact_id' => array(
           'name' => 'contact_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('CiviCRM Contact ID') ,
           'description' => 'FK to Contact ID',
+          'table_name' => 'civicrm_uf_match',
+          'entity' => 'UFMatch',
+          'bao' => 'CRM_Core_BAO_UFMatch',
           'FKClassName' => 'CRM_Contact_DAO_Contact',
         ) ,
         'language' => array(
@@ -165,6 +180,9 @@ class CRM_Core_DAO_UFMatch extends CRM_Core_DAO {
           'description' => 'UI language preferred by the given user/contact',
           'maxlength' => 5,
           'size' => CRM_Utils_Type::SIX,
+          'table_name' => 'civicrm_uf_match',
+          'entity' => 'UFMatch',
+          'bao' => 'CRM_Core_BAO_UFMatch',
         ) ,
       );
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);