#include "ManagedObject.h"
#include "Basket.h"
Go to the source code of this file.
Classes | |
class | Order |
This class realizes the main target of the overall system: let a user to buy products by placing an order; analyzing the ER model, it’s possible to see that an order is a master-detail structure, in which the master is represented by this class and contains information about the owner of the order, the date and the overall total; the detail part is made up of the list of chosen products (relation 'madeup' of ER model). More... |