CRM-19925 Updated DAO files
[civicrm-core.git] / CRM / Financial / DAO / Currency.php
index 457a961f945eef1a3d9972dbdf0c4fc67527e115..34f17c4486bb04c7b938ffc9710f6bbc056fe0fb 100644 (file)
@@ -30,7 +30,7 @@
  *
  * Generated from xml/schema/CRM/Financial/Currency.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:deabd1e34379cc8d360e65777d1d4c9b)
+ * (GenCodeChecksum:901761be1a81c165e690e7cafe8fe419)
  */
 require_once 'CRM/Core/DAO.php';
 require_once 'CRM/Utils/Type.php';
@@ -101,6 +101,9 @@ class CRM_Financial_DAO_Currency extends CRM_Core_DAO {
           'title' => ts('Currency ID') ,
           'description' => 'Currency Id',
           'required' => true,
+          'table_name' => 'civicrm_currency',
+          'entity' => 'Currency',
+          'bao' => 'CRM_Financial_DAO_Currency',
         ) ,
         'name' => array(
           'name' => 'name',
@@ -114,6 +117,9 @@ class CRM_Financial_DAO_Currency extends CRM_Core_DAO {
           'headerPattern' => '',
           'dataPattern' => '',
           'export' => true,
+          'table_name' => 'civicrm_currency',
+          'entity' => 'Currency',
+          'bao' => 'CRM_Financial_DAO_Currency',
           'html' => array(
             'type' => 'Text',
           ) ,
@@ -125,6 +131,9 @@ class CRM_Financial_DAO_Currency extends CRM_Core_DAO {
           'description' => 'Currency Symbol',
           'maxlength' => 8,
           'size' => CRM_Utils_Type::EIGHT,
+          'table_name' => 'civicrm_currency',
+          'entity' => 'Currency',
+          'bao' => 'CRM_Financial_DAO_Currency',
           'html' => array(
             'type' => 'Text',
           ) ,
@@ -141,6 +150,9 @@ class CRM_Financial_DAO_Currency extends CRM_Core_DAO {
           'headerPattern' => '',
           'dataPattern' => '',
           'export' => true,
+          'table_name' => 'civicrm_currency',
+          'entity' => 'Currency',
+          'bao' => 'CRM_Financial_DAO_Currency',
         ) ,
         'full_name' => array(
           'name' => 'full_name',
@@ -149,6 +161,9 @@ class CRM_Financial_DAO_Currency extends CRM_Core_DAO {
           'description' => 'Full currency name',
           'maxlength' => 64,
           'size' => CRM_Utils_Type::BIG,
+          'table_name' => 'civicrm_currency',
+          'entity' => 'Currency',
+          'bao' => 'CRM_Financial_DAO_Currency',
           'html' => array(
             'type' => 'Text',
           ) ,