#include "common.h"
#include "ManagedObject.h"
#include "Category.h"
Go to the source code of this file.
Classes | |
class | Product |
The class Product represents a generic item to be sold. More... | |
class | ProductProxy |
The class ProductProxy is a virtual proxy of class Product. More... | |
Defines | |
#define | KEY_PRD_PID "pid" |
#define | KEY_PRD_CID "cid" |
#define | KEY_PRD_NAME "name" |
#define | KEY_PRD_DESCR "descr" |
#define | KEY_PRD_PRICE "price" |
#define | KEY_PRD_AVAILABILITY "availability" |
#define | KEY_PRD_DELETED "deleted" |
#define KEY_PRD_AVAILABILITY "availability" |
Referenced by Product::factory(), ProductProxy::getAvailability(), Product::getAvailability(), and operator<<().
#define KEY_PRD_CID "cid" |
Referenced by Product::factory(), and Product::getCategory().
#define KEY_PRD_DELETED "deleted" |
Referenced by Product::factory().
#define KEY_PRD_DESCR "descr" |
Referenced by UserMenu::changeProductDetail(), Product::factory(), ProductProxy::getDescr(), and operator<<().
#define KEY_PRD_NAME "name" |
Referenced by UserMenu::changeProductDetail(), Product::factory(), ProductProxy::getName(), and operator<<().
#define KEY_PRD_PID "pid" |
Referenced by Product::factory(), and Product::primaryKey().
#define KEY_PRD_PRICE "price" |
Referenced by UserMenu::changeProductDetail(), Product::factory(), Product::getPrice(), and operator<<().