#include <Product.hpp>


Public Member Functions | |
| Product_Obj () | |
| int | decrementStock (long Product_Id, long Product_Count) |
Public Attributes | |
| identifier | Id |
| llong | Product_Line |
| string | Name |
| string | Description |
| int | Lines_Custom_Text |
| string | SKU |
| bool | Designer |
| llong | Manufacturer |
Definition at line 16 of file Product.hpp.
| Product_Obj::Product_Obj | ( | ) | [inline] |
Definition at line 29 of file Product.hpp.
References read_write_base::addDXMap(), read_write_base::data_name(), Description, Designer, Id, Lines_Custom_Text, Manufacturer, Name, Product_Line, and SKU.
| int Product_Obj::decrementStock | ( | long | Product_Id, | |
| long | Product_Count | |||
| ) | [inline] |
Definition at line 19 of file Product.hpp.
Referenced by Product_form::deleteAttributes(), Product_form::form_display(), Product_form::form_id_transfer(), Product_Obj(), Product_form::retrieveAttributes(), and Product_form::setAttributes().
Definition at line 20 of file Product.hpp.
Referenced by Product_form::form_data_transfer(), Product_form::form_display(), and Product_Obj().
| string Product_Obj::Name |
Definition at line 21 of file Product.hpp.
Referenced by ItemDetail::extra(), Product_form::form_data_transfer(), Product_form::form_display(), and Product_Obj().
| string Product_Obj::Description |
Definition at line 22 of file Product.hpp.
Referenced by Product_form::dbf_action(), ItemDetail::extra(), Product_form::form_data_transfer(), Product_form::form_display(), and Product_Obj().
Definition at line 23 of file Product.hpp.
Referenced by ItemDetail::extra(), Product_form::form_data_transfer(), Product_form::form_display(), and Product_Obj().
| string Product_Obj::SKU |
Definition at line 24 of file Product.hpp.
Referenced by ItemDetail::extra(), Product_form::form_data_transfer(), Product_form::form_display(), and Product_Obj().
Definition at line 25 of file Product.hpp.
Referenced by ItemDetail::extra(), Product_form::form_data_transfer(), Product_form::form_display(), and Product_Obj().
Definition at line 26 of file Product.hpp.
Referenced by ItemDetail::extra(), Product_form::form_data_transfer(), Product_form::form_display(), and Product_Obj().
1.5.5