1 #if !defined(AFX_EVLASTNOSTTARIFY_HODNOTY_H__D07DE6D0_5F07_4EB9_9158_28BA861358A0__INCLUDED_)
2 #define AFX_EVLASTNOSTTARIFY_HODNOTY_H__D07DE6D0_5F07_4EB9_9158_28BA861358A0__INCLUDED_
4 #include "dataio/DataIODefines.h"
5 #include "core/common/Array.h"
6 #include "dataio/datainput/ColReader.h"
12 namespace VstupneUdaje
14 namespace TarifnySystem
16 class EVlastnostTarifyHodnota;
17 class ERootTarifnySystem;
20 class DATAIO_API EVlastnostTarifyHodnotaCol :
public EArray,
public EColReader
23 EVlastnostTarifyHodnotaCol( ETarifa *owner );
24 virtual ~EVlastnostTarifyHodnotaCol();
28 EVlastnostTarifyHodnota *GetVlastnostByID(
long ID );
29 void AddHodnotu(
long hodnota,
unsigned short typID );
30 long GetVlastnostHodnota(
long typ,
long defHodnota = 0 );
32 virtual long ReadData( FILE *file );
33 virtual long GetSize();
34 virtual long FillRecord(
const char *pomPole,
long minimum );
Class ECol : Objekt je predok pre vsetky nasledujuce kolekcie
Definition: ColReader.h:15
#define DATAIO_API
Definition: DataIODefines.h:10