1 #if !defined(AFX_EPRIKAZPLATNOST_H__5039EC22_EC2A_44C6_8E9A_3624A918A513__INCLUDED_)
2 #define AFX_EPRIKAZPLATNOST_H__5039EC22_EC2A_44C6_8E9A_3624A918A513__INCLUDED_
4 #include "dataio/DataIODefines.h"
5 #include "core/common/Node.h"
11 namespace VstupneUdaje
15 class EPrikazPlatnostCol;
18 class DATAIO_API EPrikazPlatnost :
public ENode
21 EPrikazPlatnost( EPrikazPlatnostCol *owner );
22 virtual ~EPrikazPlatnost();
24 long GetPrikazCislo();
25 unsigned short GetRok();
26 unsigned char GetMesiac();
27 unsigned long GetPlatnost();
29 void SetPrikazCislo(
long prikazCislo );
30 void SetRok(
unsigned short rok );
31 void SetMesiac(
unsigned char mesiac );
32 void SetPlatnost(
unsigned long platnost );
34 EPrikazPlatnostCol *GetOwner();
35 EPrikazPlatnost *GetLeft();
36 EPrikazPlatnost *GetRight();
Class ECol : Objekt je predok pre vsetky nasledujuce kolekcie
Definition: ColReader.h:15
#define DATAIO_API
Definition: DataIODefines.h:10