Class vo_figure_data

Description

value object for table figure_data

Located in /lib/vo_figure_data.class.php (line 32)

vo
   |
   --vo_figure_data
Direct descendents
Class Description
 class dao_figure_data data access object for merged data from table figure_data and
Variable Summary
 varchar(255) $analyst
 text(None) $comment
 int(11) $date
 int(11) $id
 int(11) $id_figure_var
 int(11) $id_stock
 tinyint(1) $is_audited
 tinyint(1) $is_expected
 enum('q1','q2','q3','q4','year','other') $period
 float(None) $value
Method Summary
 void get_primary_key ()
 void periodCheck ( $value)
 void store ()
Variables
varchar(255) $analyst = '' (line 67)
  • access: public
text(None) $comment = '' (line 91)
  • access: public

Redefined in descendants as:
int(11) $date = 0 (line 55)
  • access: public
int(11) $id = 0 (line 37)
  • access: public
int(11) $id_figure_var = 0 (line 43)
  • access: public

Redefined in descendants as:
int(11) $id_stock = 0 (line 49)
  • access: public
tinyint(1) $is_audited = 0 (line 85)
  • access: public
tinyint(1) $is_expected = 0 (line 79)
  • access: public
enum('q1','q2','q3','q4','year','other') $period = false (line 61)
  • access: public
float(None) $value = 0.000000 (line 73)
  • access: public
Methods
get_primary_key (line 142)

returns the primary key value for this record

  • access: public
void get_primary_key ()
periodCheck (line 147)
  • access: public
void periodCheck ( $value)
  • $value
store (line 99)

returns SQL INSERT/UPDATE statement for this record

  • access: public
void store ()

Inherited Methods

Inherited From vo

 vo::__construct()

Documentation generated on Sun, 22 Aug 2010 11:20:28 +0200 by phpDocumentor 1.4.3