Class vo_quoterecord

Description

value object for table quoterecord

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

vo
   |
   --vo_quoterecord
Direct descendents
Class Description
 class dao_quoterecord data access object for table quoterecord
Variable Summary
 enum('upward','downward','natural_rally','natural_reaction','secondary_rally','secondary_reaction') $column
 text(None) $comment
 int(11) $created
 int(11) $id
 int(11) $id_quote
 int(11) $id_stock
 int(11) $id_user
 tinyint(1) $is_downhit
 tinyint(1) $is_pivotal_point
 tinyint(1) $is_signal
 tinyint(1) $is_uphit
Method Summary
 void columnCheck ( $value)
 void get_primary_key ()
 void store ()
Variables
enum('upward','downward','natural_rally','natural_reaction','secondary_rally','secondary_reaction') $column = false (line 67)
  • access: public
text(None) $comment = '' (line 73)
  • access: public
int(11) $created = 0 (line 61)
  • access: public
int(11) $id = 0 (line 37)
  • access: public
int(11) $id_quote = 0 (line 55)
  • access: public
int(11) $id_stock = 0 (line 49)
  • access: public
int(11) $id_user = 0 (line 43)
  • access: public
tinyint(1) $is_downhit = 0 (line 97)
  • access: public
tinyint(1) $is_pivotal_point = 0 (line 79)
  • access: public
tinyint(1) $is_signal = 0 (line 85)
  • access: public
tinyint(1) $is_uphit = 0 (line 91)
  • access: public
Methods
columnCheck (line 156)
  • access: public
void columnCheck ( $value)
  • $value
get_primary_key (line 151)

returns the primary key value for this record

  • access: public
void get_primary_key ()
store (line 105)

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:29 +0200 by phpDocumentor 1.4.3