Fix #7123 - getting abra ready to test
[Pman.Xtuple] / DataObjects / Labelform.php
1 <?php
2 /**
3  * Table Definition for labelform
4  */
5 require_once 'DB/DataObject.php';
6
7 class Pman_Xtuple_DataObjects_Labelform extends DB_DataObject 
8 {
9     ###START_AUTOCODE
10     /* the code below is auto generated do not remove the above tag */
11
12     public $__table = 'labelform';           // table name
13     public $labelform_id;                    // int4(4)  not_null default_nextval%28%28%22labelform_labelform_id_seq%22%29%3A%3Aregclass%29 primary_key
14     public $labelform_name;                  // text(-1)  
15     public $labelform_report_id;             // int4(4)  
16     public $labelform_perpage;               // int4(4)  
17     public $labelform_report_name;           // text(-1)  
18
19     
20     /* the code above is auto generated do not remove the tag below */
21     ###END_AUTOCODE
22 }