Fix #7123 - getting abra ready to test
[Pman.Xtuple] / DataObjects / Atlasmap.php
1 <?php
2 /**
3  * Table Definition for atlasmap
4  */
5 require_once 'DB/DataObject.php';
6
7 class Pman_Xtuple_DataObjects_Atlasmap extends DB_DataObject 
8 {
9     ###START_AUTOCODE
10     /* the code below is auto generated do not remove the above tag */
11
12     public $__table = 'atlasmap';            // table name
13     public $atlasmap_id;                     // int4(4)  not_null default_nextval%28atlasmap_atlasmap_id_seq%29 primary_key
14     public $atlasmap_name;                   // text(-1)  not_null unique_key
15     public $atlasmap_filter;                 // text(-1)  not_null
16     public $atlasmap_filtertype;             // text(-1)  not_null
17     public $atlasmap_atlas;                  // text(-1)  not_null
18     public $atlasmap_map;                    // text(-1)  not_null
19     public $atlasmap_headerline;             // bool(1)  not_null default_false
20
21     
22     /* the code above is auto generated do not remove the tag below */
23     ###END_AUTOCODE
24 }