DataIO
Main Page
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
src
dataio
datainput
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
:
20
ESpojPlatnost
(
ESpojPlatnostCol
*owner );
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
EM::Strojcek::VstupneUdaje::CestovnePoriadky::ESpojPlatnost
Definition:
ESpojPlatnost.h:17
EM::Strojcek::VstupneUdaje::CestovnePoriadky::ESpojPlatnostCol
Definition:
ESpojPlatnostCol.h:19
EM
Class ECol : Objekt je predok pre vsetky nasledujuce kolekcie
Definition:
ColReader.h:15
EM::Strojcek::VstupneUdaje::CestovnePoriadky::ESpojPlatnost::DataClass
Definition:
ESpojPlatnost.cpp:6
DATAIO_API
#define DATAIO_API
Definition:
DataIODefines.h:10
Generated on Thu Dec 18 2025 23:25:07 for DataIO by
1.8.8