Fix #7123 - getting abra ready to test
[Pman.Xtuple] / DataObjects / Womatlpost.php
1 <?php
2 /**
3  * Table Definition for womatlpost
4  */
5 require_once 'DB/DataObject.php';
6
7 class Pman_Xtuple_DataObjects_Womatlpost extends DB_DataObject 
8 {
9     ###START_AUTOCODE
10     /* the code below is auto generated do not remove the above tag */
11
12     public $__table = 'womatlpost';          // table name
13     public $womatlpost_id;                   // int4(4)  not_null default_nextval%28womatlpost_womatlpost_id_seq%29 primary_key
14     public $womatlpost_womatl_id;            // int4(4)  
15     public $womatlpost_invhist_id;           // int4(4)  
16
17     
18    /**
19     * Getter / Setter for $womatlpost_invhist_id
20     *
21     * @param    mixed   (optional) value to assign
22     * @access   public
23     */
24     public function invhist() {
25         return func_num_args() ? $this->link('womatlpost_invhist_id', func_get_arg(0)) : $this->link('womatlpost_invhist_id');
26     }
27
28    /**
29     * Getter / Setter for $womatlpost_womatl_id
30     *
31     * @param    mixed   (optional) value to assign
32     * @access   public
33     */
34     public function womatl() {
35         return func_num_args() ? $this->link('womatlpost_womatl_id', func_get_arg(0)) : $this->link('womatlpost_womatl_id');
36     }
37
38
39     /* the code above is auto generated do not remove the tag below */
40     ###END_AUTOCODE
41 }