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