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