Fix #7123 - getting abra ready to test
[Pman.Xtuple] / DataObjects / Itemlocdist.php
1 <?php
2 /**
3  * Table Definition for itemlocdist
4  */
5 require_once 'DB/DataObject.php';
6
7 class Pman_Xtuple_DataObjects_Itemlocdist extends DB_DataObject 
8 {
9     ###START_AUTOCODE
10     /* the code below is auto generated do not remove the above tag */
11
12     public $__table = 'itemlocdist';         // table name
13     public $itemlocdist_id;                  // int4(4)  not_null default_nextval%28%28%22itemlocdist_itemlocdist_id_seq%22%29%3A%3Aregclass%29 primary_key
14     public $itemlocdist_itemlocdist_id;      // int4(4)  
15     public $itemlocdist_source_type;         // bpchar(-1)  
16     public $itemlocdist_source_id;           // int4(4)  
17     public $itemlocdist_qty;                 // numeric(-1)  
18     public $itemlocdist_series;              // int4(4)  
19     public $itemlocdist_invhist_id;          // int4(4)  
20     public $itemlocdist_itemsite_id;         // int4(4)  
21     public $itemlocdist_reqlotserial;        // bool(1)  default_false
22     public $itemlocdist_flush;               // bool(1)  default_false
23     public $itemlocdist_expiration;          // date(4)  
24     public $itemlocdist_distlotserial;       // bool(1)  
25     public $itemlocdist_warranty;            // date(4)  
26     public $itemlocdist_ls_id;               // int4(4)  
27     public $itemlocdist_order_type;          // text(-1)  
28     public $itemlocdist_order_id;            // int4(4)  
29
30     
31     /* the code above is auto generated do not remove the tag below */
32     ###END_AUTOCODE
33 }