FactDev
0.1
|
The Calculable interface Models who are calculable. More...
#include <calculable.h>
Public Member Functions | |
virtual double | getPrice (bool paied=false)=0 |
getPrice Return the price of a calculable object More... | |
virtual double | getSumQuantity ()=0 |
ContributoriesList::getSumQuantity Return the sum of quantity (number of days) of the Contributories. More... | |
The Calculable interface Models who are calculable.
|
pure virtual |
getPrice Return the price of a calculable object
Implemented in Models::Billing, Models::Contributory, and Models::ContributoriesList.
|
pure virtual |
ContributoriesList::getSumQuantity Return the sum of quantity (number of days) of the Contributories.
Implemented in Models::Billing, Models::Contributory, and Models::ContributoriesList.