#include "common.h"
#include "ManagedObject.h"
#include "Basket.h"
#include "Order.h"
Go to the source code of this file.
Classes | |
class | User |
User is the base class to permit login into the system and benefit of all services, such as product browsing, placing an order and so on. More... | |
class | AdminUser |
This class is derived from User and is associated to the entity customer of the ER model. More... | |
class | NormalUser |
Even this class, as far as AdminUser, derives from User and is associated with entity customer, detailed in ER model. More... |