DataIO
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
ESpojPlatnost.h
Go to the documentation of this file.
1 #ifndef EM_STROJCEK_VSTUPNEUDAJE_CESTOVNEPORIADKYESPOJPLATNOST_H
2 #define EM_STROJCEK_VSTUPNEUDAJE_CESTOVNEPORIADKYESPOJPLATNOST_H
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 CestovnePoriadky
14  {
15  class ESpojPlatnostCol;
16 
17  class DATAIO_API ESpojPlatnost : public ENode
18  {
19  public:
21  virtual ~ESpojPlatnost();
22 
23  ESpojPlatnostCol *GetOwner();
24 
25  unsigned short GetFKLinkaSpojID();
26  unsigned short GetRok();
27  unsigned char GetMesiac();
28  unsigned long GetPlatnost();
29 
30  void SetFKLinkaSpojID( unsigned short newVal );
31  void SetRok( unsigned short newVal );
32  void SetMesiac( unsigned char newVal );
33  void SetPlatnost( unsigned long newVal );
34  ESpojPlatnost *GetLeft();
35  ESpojPlatnost *GetRight();
36 
37  private:
38  class DataClass;
39  DataClass *d;
40  };
41  }
42  }
43  }
44 }
45 
46 #endif
Class ECol : Objekt je predok pre vsetky nasledujuce kolekcie
Definition: ColReader.h:15
#define DATAIO_API
Definition: DataIODefines.h:10