DataIO
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
EPrikazPlatnost.h
Go to the documentation of this file.
1 #if !defined(AFX_EPRIKAZPLATNOST_H__5039EC22_EC2A_44C6_8E9A_3624A918A513__INCLUDED_)
2 #define AFX_EPRIKAZPLATNOST_H__5039EC22_EC2A_44C6_8E9A_3624A918A513__INCLUDED_
3 
4 #include "dataio/DataIODefines.h"
5 #include "core/common/Node.h"
6 
7 namespace EM
8 {
9  namespace Strojcek
10  {
11  namespace VstupneUdaje
12  {
13  namespace Turnusy
14  {
15  class EPrikazPlatnostCol;
16  class ERootDoprava;
17 
18  class DATAIO_API EPrikazPlatnost : public ENode
19  {
20  public:
22  virtual ~EPrikazPlatnost();
23 
24  long GetPrikazCislo();
25  unsigned short GetRok();
26  unsigned char GetMesiac();
27  unsigned long GetPlatnost();
28 
29  void SetPrikazCislo( long prikazCislo );
30  void SetRok( unsigned short rok );
31  void SetMesiac( unsigned char mesiac );
32  void SetPlatnost( unsigned long platnost );
33 
34  EPrikazPlatnostCol *GetOwner();
35  EPrikazPlatnost *GetLeft();
36  EPrikazPlatnost *GetRight();
37 
38  private:
39  class DataClass;
40  DataClass *d;
41  };
42  }
43  }
44  }
45 }
46 
47 #endif
Class ECol : Objekt je predok pre vsetky nasledujuce kolekcie
Definition: ColReader.h:15
#define DATAIO_API
Definition: DataIODefines.h:10