link('taxhist_basis_tax_id', func_get_arg(0)) : $this->link('taxhist_basis_tax_id'); } /** * Getter / Setter for $taxhist_parent_id * * @param mixed (optional) value to assign * @access public */ public function parent() { return func_num_args() ? $this->link('taxhist_parent_id', func_get_arg(0)) : $this->link('taxhist_parent_id'); } /** * Getter / Setter for $taxhist_tax_id * * @param mixed (optional) value to assign * @access public */ public function tax() { return func_num_args() ? $this->link('taxhist_tax_id', func_get_arg(0)) : $this->link('taxhist_tax_id'); } /** * Getter / Setter for $taxhist_taxtype_id * * @param mixed (optional) value to assign * @access public */ public function taxtype() { return func_num_args() ? $this->link('taxhist_taxtype_id', func_get_arg(0)) : $this->link('taxhist_taxtype_id'); } /* the code above is auto generated do not remove the tag below */ ###END_AUTOCODE }