A simple class to easily remember the date, quantity and owner of an operationplan. More...
#include <model.h>
Public Member Functions | |
| OperationPlanState () | |
| OperationPlanState (const OperationPlan *x) | |
| OperationPlanState (const Date x, const Date y, double q) | |
| OperationPlanState (const DateRange &x, double q) | |
Public Attributes | |
| Date | end |
| double | quantity |
| Date | start |
A simple class to easily remember the date, quantity and owner of an operationplan.
|
inline |
|
inline |
|
inline |