1 #if !defined(AFX_EPRIKAZPLATNOSTHEAD_H__CD97D9C2_1AAE_456C_ABAB_23E672DBD9E4__INCLUDED_)
2 #define AFX_EPRIKAZPLATNOSTHEAD_H__CD97D9C2_1AAE_456C_ABAB_23E672DBD9E4__INCLUDED_
4 #include "dataio/DataIODefines.h"
5 #include "dataio/datainput/ColReader.h"
6 #include "core/common/Head.h"
12 namespace VstupneUdaje
18 class EPrikazPlatnost;
20 class DATAIO_API EPrikazPlatnostCol :
public EHead,
public EColReader
23 EPrikazPlatnostCol( EPrikaz *owner );
24 virtual ~EPrikazPlatnostCol();
28 void AddPrikazPlatnost( EPrikazPlatnost *prikazPlatnost );
37 unsigned long GetPlatnostByYearMonth(
unsigned short year,
unsigned char month );
39 virtual long ReadData( FILE *file );
40 virtual long GetSize();
41 virtual long FillRecord(
const char *pomPole,
long minimum );
43 EPrikazPlatnost *GetFirst();
Class ECol : Objekt je predok pre vsetky nasledujuce kolekcie
Definition: ColReader.h:15
#define DATAIO_API
Definition: DataIODefines.h:10