Product.h File Reference

#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 Documentation

#define KEY_PRD_AVAILABILITY   "availability"
#define KEY_PRD_CID   "cid"
#define KEY_PRD_DELETED   "deleted"

Referenced by Product::factory().

#define KEY_PRD_DESCR   "descr"
#define KEY_PRD_NAME   "name"
#define KEY_PRD_PID   "pid"
#define KEY_PRD_PRICE   "price"

Generated by  doxygen 1.6.2