Fix #7123 - getting abra ready to test
[Pman.Xtuple] / DataObjects / Womatlvar.php
1 <?php
2 /**
3  * Table Definition for womatlvar
4  */
5 require_once 'DB/DataObject.php';
6
7 class Pman_Xtuple_DataObjects_Womatlvar extends DB_DataObject 
8 {
9     ###START_AUTOCODE
10     /* the code below is auto generated do not remove the above tag */
11
12     public $__table = 'womatlvar';           // table name
13     public $womatlvar_id;                    // int4(4)  not_null default_nextval%28%28%22womatlvar_womatlvar_id_seq%22%29%3A%3Aregclass%29 primary_key
14     public $womatlvar_number;                // int4(4)  
15     public $womatlvar_subnumber;             // int4(4)  
16     public $womatlvar_posted;                // date(4)  
17     public $womatlvar_parent_itemsite_id;    // int4(4)  
18     public $womatlvar_component_itemsite_id;    // int4(4)  
19     public $womatlvar_qtyord;                // numeric(-1)  
20     public $womatlvar_qtyrcv;                // numeric(-1)  
21     public $womatlvar_qtyiss;                // numeric(-1)  
22     public $womatlvar_qtyper;                // numeric(-1)  
23     public $womatlvar_scrap;                 // numeric(-1)  
24     public $womatlvar_wipscrap;              // numeric(-1)  
25     public $womatlvar_bomitem_id;            // int4(4)  
26     public $womatlvar_ref;                   // text(-1)  
27     public $womatlvar_notes;                 // text(-1)  
28     public $womatlvar_qtyfxd;                // numeric(-1)  not_null default_0
29
30     
31     /* the code above is auto generated do not remove the tag below */
32     ###END_AUTOCODE
33 }