1 #ifndef EM_STROJCEK_VSTUPNEUDAJE_CESTOVNEPORIADKYESPOJPLATNOST_H
2 #define EM_STROJCEK_VSTUPNEUDAJE_CESTOVNEPORIADKYESPOJPLATNOST_H
4 #include "dataio/DataIODefines.h"
5 #include "core/common/Node.h"
11 namespace VstupneUdaje
13 namespace CestovnePoriadky
15 class ESpojPlatnostCol;
20 ESpojPlatnost( ESpojPlatnostCol *owner );
21 virtual ~ESpojPlatnost();
23 ESpojPlatnostCol *GetOwner();
25 unsigned short GetFKLinkaSpojID();
26 unsigned short GetRok();
27 unsigned char GetMesiac();
28 unsigned long GetPlatnost();
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();
Class ECol : Objekt je predok pre vsetky nasledujuce kolekcie
Definition: ColReader.h:15
#define DATAIO_API
Definition: DataIODefines.h:10