DataIO
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
EVlastnostTarifyHodnotaCol.h
Go to the documentation of this file.
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_
3 
4 #include "dataio/DataIODefines.h"
5 #include "core/common/Array.h"
6 #include "dataio/datainput/ColReader.h"
7 
8 namespace EM
9 {
10  namespace Strojcek
11  {
12  namespace VstupneUdaje
13  {
14  namespace TarifnySystem
15  {
16  class EVlastnostTarifyHodnota;
17  class ERootTarifnySystem;
18  class ETarifa;
19 
20  class DATAIO_API EVlastnostTarifyHodnotaCol : public EArray, public EColReader
21  {
22  public:
24  virtual ~EVlastnostTarifyHodnotaCol();
25 
26  ETarifa *GetOwner();
27 
28  EVlastnostTarifyHodnota *GetVlastnostByID( long ID );
29  void AddHodnotu( long hodnota, unsigned short typID );
30  long GetVlastnostHodnota( long typ,long defHodnota = 0 );
31  void Read();
32  virtual long ReadData( FILE *file );
33  virtual long GetSize();
34  virtual long FillRecord( const char *pomPole, long minimum );
35 
36  private:
37  ETarifa *mOwner;
38  };
39  }
40  }
41  }
42 }
43 
44 #endif
Definition: ColReader.h:21
Class ECol : Objekt je predok pre vsetky nasledujuce kolekcie
Definition: ColReader.h:15
#define DATAIO_API
Definition: DataIODefines.h:10