DataIO
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
EDuty.h
Go to the documentation of this file.
1 #ifndef EDUTYH
2 #define EDUTYH
3 
4 #include "dataio/DataIODefines.h"
5 
6 class EXMLNode;
7 
8 namespace EM
9 {
10  namespace Strojcek
11  {
12  namespace VstupneUdaje
13  {
14  namespace Turnusy
15  {
16  class EPrikaz;
17  class ERootDoprava;
18 
20  {
21  public:
22  EDuty( EPrikaz *command, const long commandNumber, const long dutyNumber, const short startTime, const short endTime, const long vehicleIdentificationNumber, const long driverNumber );
23  ~EDuty();
24 
25  void UpdateDuty( const long dutyNumber, const short startTime, const short endTime, const long vehicleIdentificationNumber, const long driverNumber );
26 
27  long GetDutyNumber() const;
28  long GetCommandNumber() const;
29  EPrikaz* GetCommand() const;
30  short GetStartTime() const;
31  short GetEndTime() const;
32  long GetVIN() const;
33  long GetDriverNumber() const;
34 
35  private:
36  class DataClass;
37  DataClass *d;
38  };
39  }
40  }
41  }
42 }
43 #endif
Class ECol : Objekt je predok pre vsetky nasledujuce kolekcie
Definition: ColReader.h:15
#define DATAIO_API
Definition: DataIODefines.h:10