Fix #7123 - getting abra ready to test
[Pman.Xtuple] / DataObjects / Budget.php
1 <?php
2 /**
3  * Table Definition for budget
4  */
5 require_once 'DB/DataObject.php';
6
7 class Pman_Xtuple_DataObjects_Budget extends DB_DataObject 
8 {
9     ###START_AUTOCODE
10     /* the code below is auto generated do not remove the above tag */
11
12     public $__table = 'budget';              // table name
13     public $budget_id;                       // int4(4)  
14     public $budget_period_id;                // int4(4)  
15     public $budget_accnt_id;                 // int4(4)  
16     public $budget_amount;                   // numeric(-1)  
17
18     
19     /* the code above is auto generated do not remove the tag below */
20     ###END_AUTOCODE
21 }